Skip to content

Instantly share code, notes, and snippets.

@winksaville
Created April 16, 2019 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winksaville/744da2542d4f5109ba661e48a272a051 to your computer and use it in GitHub Desktop.
Save winksaville/744da2542d4f5109ba661e48a272a051 to your computer and use it in GitHub Desktop.
$ /usr/bin/c++ -v -O3 -DNDEBUG -rdynamic CMakeFiles/zig.dir/src/analyze.cpp.o CMakeFiles/zig.dir/src/ast_render.cpp.o CMakeFiles/zig.dir/src/bigfloat.cpp.o CMakeFiles/zig.dir/src/bigint.cpp.o CMakeFiles/zig.dir/src/buffer.cpp.o CMakeFiles/zig.dir/src/c_tokenizer.cpp.o CMakeFiles/zig.dir/src/cache_hash.cpp.o CMakeFiles/zig.dir/src/codegen.cpp.o CMakeFiles/zig.dir/src/compiler.cpp.o CMakeFiles/zig.dir/src/errmsg.cpp.o CMakeFiles/zig.dir/src/error.cpp.o CMakeFiles/zig.dir/src/ir.cpp.o CMakeFiles/zig.dir/src/ir_print.cpp.o CMakeFiles/zig.dir/src/libc_installation.cpp.o CMakeFiles/zig.dir/src/link.cpp.o CMakeFiles/zig.dir/src/main.cpp.o CMakeFiles/zig.dir/src/os.cpp.o CMakeFiles/zig.dir/src/parser.cpp.o CMakeFiles/zig.dir/src/range_set.cpp.o CMakeFiles/zig.dir/src/target.cpp.o CMakeFiles/zig.dir/src/tokenizer.cpp.o CMakeFiles/zig.dir/src/translate_c.cpp.o CMakeFiles/zig.dir/src/util.cpp.o -o zig -L/home/wink/local/lib -Wl,-v,--verbose,-rpath,/home/wink/local/lib::::: libzig_cpp.a libopt_c_util.a libembedded_softfloat.a /home/wink/local/lib/libclang.so libembedded_lld_elf.a libembedded_lld_coff.a libembedded_lld_mingw.a libembedded_lld_wasm.a libembedded_lld_lib.a -lLLVM-8 -lpthread
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto
Thread model: posix
gcc version 8.2.1 20181127 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-O3' '-D' 'NDEBUG' '-rdynamic' '-o' 'zig' '-L/home/wink/local/lib' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4dBHlC.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o zig /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/crtbeginS.o -L/home/wink/local/lib -L/home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../.. CMakeFiles/zig.dir/src/analyze.cpp.o CMakeFiles/zig.dir/src/ast_render.cpp.o CMakeFiles/zig.dir/src/bigfloat.cpp.o CMakeFiles/zig.dir/src/bigint.cpp.o CMakeFiles/zig.dir/src/buffer.cpp.o CMakeFiles/zig.dir/src/c_tokenizer.cpp.o CMakeFiles/zig.dir/src/cache_hash.cpp.o CMakeFiles/zig.dir/src/codegen.cpp.o CMakeFiles/zig.dir/src/compiler.cpp.o CMakeFiles/zig.dir/src/errmsg.cpp.o CMakeFiles/zig.dir/src/error.cpp.o CMakeFiles/zig.dir/src/ir.cpp.o CMakeFiles/zig.dir/src/ir_print.cpp.o CMakeFiles/zig.dir/src/libc_installation.cpp.o CMakeFiles/zig.dir/src/link.cpp.o CMakeFiles/zig.dir/src/main.cpp.o CMakeFiles/zig.dir/src/os.cpp.o CMakeFiles/zig.dir/src/parser.cpp.o CMakeFiles/zig.dir/src/range_set.cpp.o CMakeFiles/zig.dir/src/target.cpp.o CMakeFiles/zig.dir/src/tokenizer.cpp.o CMakeFiles/zig.dir/src/translate_c.cpp.o CMakeFiles/zig.dir/src/util.cpp.o -v --verbose -rpath /home/wink/local/lib::::: libzig_cpp.a libopt_c_util.a libembedded_softfloat.a /home/wink/local/lib/libclang.so libembedded_lld_elf.a libembedded_lld_coff.a libembedded_lld_mingw.a libembedded_lld_wasm.a libembedded_lld_lib.a -lLLVM-8 -lpthread -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/crtn.o
collect2 version 8.2.1 20181127
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4dBHlC.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o zig /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/crtbeginS.o -L/home/wink/local/lib -L/home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../.. CMakeFiles/zig.dir/src/analyze.cpp.o CMakeFiles/zig.dir/src/ast_render.cpp.o CMakeFiles/zig.dir/src/bigfloat.cpp.o CMakeFiles/zig.dir/src/bigint.cpp.o CMakeFiles/zig.dir/src/buffer.cpp.o CMakeFiles/zig.dir/src/c_tokenizer.cpp.o CMakeFiles/zig.dir/src/cache_hash.cpp.o CMakeFiles/zig.dir/src/codegen.cpp.o CMakeFiles/zig.dir/src/compiler.cpp.o CMakeFiles/zig.dir/src/errmsg.cpp.o CMakeFiles/zig.dir/src/error.cpp.o CMakeFiles/zig.dir/src/ir.cpp.o CMakeFiles/zig.dir/src/ir_print.cpp.o CMakeFiles/zig.dir/src/libc_installation.cpp.o CMakeFiles/zig.dir/src/link.cpp.o CMakeFiles/zig.dir/src/main.cpp.o CMakeFiles/zig.dir/src/os.cpp.o CMakeFiles/zig.dir/src/parser.cpp.o CMakeFiles/zig.dir/src/range_set.cpp.o CMakeFiles/zig.dir/src/target.cpp.o CMakeFiles/zig.dir/src/tokenizer.cpp.o CMakeFiles/zig.dir/src/translate_c.cpp.o CMakeFiles/zig.dir/src/util.cpp.o -v --verbose -rpath /home/wink/local/lib::::: libzig_cpp.a libopt_c_util.a libembedded_softfloat.a /home/wink/local/lib/libclang.so libembedded_lld_elf.a libembedded_lld_coff.a libembedded_lld_mingw.a libembedded_lld_wasm.a libembedded_lld_lib.a -lLLVM-8 -lpthread -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/crtn.o
GNU ld (GNU Binutils) 2.31.1
GNU ld (GNU Binutils) 2.31.1
Supported emulations:
elf_x86_64
elf32_x86_64
elf_i386
elf_iamcu
elf_l1om
elf_k1om
i386pep
i386pe
using internal linker script:
==================================================
/* Script for -pie -z combreloc -z separate-code: position independent executable, combine & sort relocs with separate code segment */
/* Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copying and distribution of this script, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. */
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
"elf64-x86-64")
OUTPUT_ARCH(i386:x86-64)
ENTRY(_start)
SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib64"); SEARCH_DIR("/usr/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib");
SECTIONS
{
/* Read-only sections, merged into text segment: */
PROVIDE (__executable_start = SEGMENT_START("text-segment", 0)); . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
.interp : { *(.interp) }
.note.gnu.build-id : { *(.note.gnu.build-id) }
.hash : { *(.hash) }
.gnu.hash : { *(.gnu.hash) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
.gnu.version : { *(.gnu.version) }
.gnu.version_d : { *(.gnu.version_d) }
.gnu.version_r : { *(.gnu.version_r) }
.rela.dyn :
{
*(.rela.init)
*(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
*(.rela.fini)
*(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*)
*(.rela.data .rela.data.* .rela.gnu.linkonce.d.*)
*(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*)
*(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*)
*(.rela.ctors)
*(.rela.dtors)
*(.rela.got)
*(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*)
*(.rela.ldata .rela.ldata.* .rela.gnu.linkonce.l.*)
*(.rela.lbss .rela.lbss.* .rela.gnu.linkonce.lb.*)
*(.rela.lrodata .rela.lrodata.* .rela.gnu.linkonce.lr.*)
*(.rela.ifunc)
}
.rela.plt :
{
*(.rela.plt)
PROVIDE_HIDDEN (__rela_iplt_start = .);
*(.rela.iplt)
PROVIDE_HIDDEN (__rela_iplt_end = .);
}
. = ALIGN(CONSTANT (MAXPAGESIZE));
.init :
{
KEEP (*(SORT_NONE(.init)))
}
.plt : { *(.plt) *(.iplt) }
.plt.got : { *(.plt.got) }
.plt.sec : { *(.plt.sec) }
.text :
{
*(.text.unlikely .text.*_unlikely .text.unlikely.*)
*(.text.exit .text.exit.*)
*(.text.startup .text.startup.*)
*(.text.hot .text.hot.*)
*(.text .stub .text.* .gnu.linkonce.t.*)
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
}
.fini :
{
KEEP (*(SORT_NONE(.fini)))
}
PROVIDE (__etext = .);
PROVIDE (_etext = .);
PROVIDE (etext = .);
. = ALIGN(CONSTANT (MAXPAGESIZE));
/* Adjust the address for the rodata segment. We want to adjust up to
the same address within the page on the next page up. */
. = SEGMENT_START("rodata-segment", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
.rodata1 : { *(.rodata1) }
.eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }
.eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }
.gcc_except_table : ONLY_IF_RO { *(.gcc_except_table
.gcc_except_table.*) }
.gnu_extab : ONLY_IF_RO { *(.gnu_extab*) }
/* These sections are generated by the Sun/Oracle C++ compiler. */
.exception_ranges : ONLY_IF_RO { *(.exception_ranges
.exception_ranges*) }
/* Adjust the address for the data segment. We want to adjust up to
the same address within the page on the next page up. */
. = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));
/* Exception handling */
.eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) *(.eh_frame.*) }
.gnu_extab : ONLY_IF_RW { *(.gnu_extab) }
.gcc_except_table : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) }
.exception_ranges : ONLY_IF_RW { *(.exception_ranges .exception_ranges*) }
/* Thread Local Storage sections */
.tdata :
{
PROVIDE_HIDDEN (__tdata_start = .);
*(.tdata .tdata.* .gnu.linkonce.td.*)
}
.tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
.preinit_array :
{
PROVIDE_HIDDEN (__preinit_array_start = .);
KEEP (*(.preinit_array))
PROVIDE_HIDDEN (__preinit_array_end = .);
}
.init_array :
{
PROVIDE_HIDDEN (__init_array_start = .);
KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors))
PROVIDE_HIDDEN (__init_array_end = .);
}
.fini_array :
{
PROVIDE_HIDDEN (__fini_array_start = .);
KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))
KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .dtors))
PROVIDE_HIDDEN (__fini_array_end = .);
}
.ctors :
{
/* gcc uses crtbegin.o to find the start of
the constructors, so we make sure it is
first. Because this is a wildcard, it
doesn't matter if the user does not
actually link against crtbegin.o; the
linker won't look for a file to match a
wildcard. The wildcard also means that it
doesn't matter which directory crtbegin.o
is in. */
KEEP (*crtbegin.o(.ctors))
KEEP (*crtbegin?.o(.ctors))
/* We don't want to include the .ctor section from
the crtend.o file until after the sorted ctors.
The .ctor section from the crtend file contains the
end of ctors marker and it must be last */
KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
KEEP (*(SORT(.ctors.*)))
KEEP (*(.ctors))
}
.dtors :
{
KEEP (*crtbegin.o(.dtors))
KEEP (*crtbegin?.o(.dtors))
KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
KEEP (*(SORT(.dtors.*)))
KEEP (*(.dtors))
}
.jcr : { KEEP (*(.jcr)) }
.data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro .data.rel.ro.* .gnu.linkonce.d.rel.ro.*) }
.dynamic : { *(.dynamic) }
.got : { *(.got) *(.igot) }
. = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
.got.plt : { *(.got.plt) *(.igot.plt) }
.data :
{
*(.data .data.* .gnu.linkonce.d.*)
SORT(CONSTRUCTORS)
}
.data1 : { *(.data1) }
_edata = .; PROVIDE (edata = .);
. = .;
__bss_start = .;
.bss :
{
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(COMMON)
/* Align here to ensure that the .bss section occupies space up to
_end. Align after .bss to ensure correct alignment even if the
.bss section disappears because there are no input sections.
FIXME: Why do we need it? When there is no .bss section, we don't
pad the .data section. */
. = ALIGN(. != 0 ? 64 / 8 : 1);
}
.lbss :
{
*(.dynlbss)
*(.lbss .lbss.* .gnu.linkonce.lb.*)
*(LARGE_COMMON)
}
. = ALIGN(64 / 8);
. = SEGMENT_START("ldata-segment", .);
.lrodata ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)) :
{
*(.lrodata .lrodata.* .gnu.linkonce.lr.*)
}
.ldata ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)) :
{
*(.ldata .ldata.* .gnu.linkonce.l.*)
. = ALIGN(. != 0 ? 64 / 8 : 1);
}
. = ALIGN(64 / 8);
_end = .; PROVIDE (end = .);
. = DATA_SEGMENT_END (.);
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) }
.stab.excl 0 : { *(.stab.excl) }
.stab.exclstr 0 : { *(.stab.exclstr) }
.stab.index 0 : { *(.stab.index) }
.stab.indexstr 0 : { *(.stab.indexstr) }
.comment 0 : { *(.comment) }
/* DWARF debug sections.
Symbols in the DWARF debugging sections are relative to the beginning
of the section so we begin them at 0. */
/* DWARF 1 */
.debug 0 : { *(.debug) }
.line 0 : { *(.line) }
/* GNU DWARF 1 extensions */
.debug_srcinfo 0 : { *(.debug_srcinfo) }
.debug_sfnames 0 : { *(.debug_sfnames) }
/* DWARF 1.1 and DWARF 2 */
.debug_aranges 0 : { *(.debug_aranges) }
.debug_pubnames 0 : { *(.debug_pubnames) }
/* DWARF 2 */
.debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
.debug_abbrev 0 : { *(.debug_abbrev) }
.debug_line 0 : { *(.debug_line .debug_line.* .debug_line_end ) }
.debug_frame 0 : { *(.debug_frame) }
.debug_str 0 : { *(.debug_str) }
.debug_loc 0 : { *(.debug_loc) }
.debug_macinfo 0 : { *(.debug_macinfo) }
/* SGI/MIPS DWARF 2 extensions */
.debug_weaknames 0 : { *(.debug_weaknames) }
.debug_funcnames 0 : { *(.debug_funcnames) }
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
/* DWARF 3 */
.debug_pubtypes 0 : { *(.debug_pubtypes) }
.debug_ranges 0 : { *(.debug_ranges) }
/* DWARF Extension. */
.debug_macro 0 : { *(.debug_macro) }
.debug_addr 0 : { *(.debug_addr) }
.gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
}
==================================================
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/Scrt1.o succeeded
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/Scrt1.o
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/crti.o succeeded
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/crti.o
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/crtbeginS.o succeeded
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/crtbeginS.o
attempt to open CMakeFiles/zig.dir/src/analyze.cpp.o succeeded
CMakeFiles/zig.dir/src/analyze.cpp.o
attempt to open CMakeFiles/zig.dir/src/ast_render.cpp.o succeeded
CMakeFiles/zig.dir/src/ast_render.cpp.o
attempt to open CMakeFiles/zig.dir/src/bigfloat.cpp.o succeeded
CMakeFiles/zig.dir/src/bigfloat.cpp.o
attempt to open CMakeFiles/zig.dir/src/bigint.cpp.o succeeded
CMakeFiles/zig.dir/src/bigint.cpp.o
attempt to open CMakeFiles/zig.dir/src/buffer.cpp.o succeeded
CMakeFiles/zig.dir/src/buffer.cpp.o
attempt to open CMakeFiles/zig.dir/src/c_tokenizer.cpp.o succeeded
CMakeFiles/zig.dir/src/c_tokenizer.cpp.o
attempt to open CMakeFiles/zig.dir/src/cache_hash.cpp.o succeeded
CMakeFiles/zig.dir/src/cache_hash.cpp.o
attempt to open CMakeFiles/zig.dir/src/codegen.cpp.o succeeded
CMakeFiles/zig.dir/src/codegen.cpp.o
attempt to open CMakeFiles/zig.dir/src/compiler.cpp.o succeeded
CMakeFiles/zig.dir/src/compiler.cpp.o
attempt to open CMakeFiles/zig.dir/src/errmsg.cpp.o succeeded
CMakeFiles/zig.dir/src/errmsg.cpp.o
attempt to open CMakeFiles/zig.dir/src/error.cpp.o succeeded
CMakeFiles/zig.dir/src/error.cpp.o
attempt to open CMakeFiles/zig.dir/src/ir.cpp.o succeeded
CMakeFiles/zig.dir/src/ir.cpp.o
attempt to open CMakeFiles/zig.dir/src/ir_print.cpp.o succeeded
CMakeFiles/zig.dir/src/ir_print.cpp.o
attempt to open CMakeFiles/zig.dir/src/libc_installation.cpp.o succeeded
CMakeFiles/zig.dir/src/libc_installation.cpp.o
attempt to open CMakeFiles/zig.dir/src/link.cpp.o succeeded
CMakeFiles/zig.dir/src/link.cpp.o
attempt to open CMakeFiles/zig.dir/src/main.cpp.o succeeded
CMakeFiles/zig.dir/src/main.cpp.o
attempt to open CMakeFiles/zig.dir/src/os.cpp.o succeeded
CMakeFiles/zig.dir/src/os.cpp.o
attempt to open CMakeFiles/zig.dir/src/parser.cpp.o succeeded
CMakeFiles/zig.dir/src/parser.cpp.o
attempt to open CMakeFiles/zig.dir/src/range_set.cpp.o succeeded
CMakeFiles/zig.dir/src/range_set.cpp.o
attempt to open CMakeFiles/zig.dir/src/target.cpp.o succeeded
CMakeFiles/zig.dir/src/target.cpp.o
attempt to open CMakeFiles/zig.dir/src/tokenizer.cpp.o succeeded
CMakeFiles/zig.dir/src/tokenizer.cpp.o
attempt to open CMakeFiles/zig.dir/src/translate_c.cpp.o succeeded
CMakeFiles/zig.dir/src/translate_c.cpp.o
attempt to open CMakeFiles/zig.dir/src/util.cpp.o succeeded
CMakeFiles/zig.dir/src/util.cpp.o
attempt to open libzig_cpp.a succeeded
(libzig_cpp.a)zig_llvm.cpp.o
(libzig_cpp.a)zig_clang.cpp.o
(libzig_cpp.a)zig_clang_driver.cpp.o
(libzig_cpp.a)zig_clang_cc1_main.cpp.o
(libzig_cpp.a)zig_clang_cc1as_main.cpp.o
attempt to open libopt_c_util.a succeeded
(libopt_c_util.a)blake2b.c.o
(libopt_c_util.a)parse_f128.c.o
attempt to open libembedded_softfloat.a succeeded
(libembedded_softfloat.a)f128M_isSignalingNaN.c.o
(libembedded_softfloat.a)f128M_add.c.o
(libembedded_softfloat.a)f128M_div.c.o
(libembedded_softfloat.a)f128M_eq.c.o
(libembedded_softfloat.a)f128M_le.c.o
(libembedded_softfloat.a)f128M_lt.c.o
(libembedded_softfloat.a)f128M_mul.c.o
(libembedded_softfloat.a)f128M_mulAdd.c.o
(libembedded_softfloat.a)f128M_rem.c.o
(libembedded_softfloat.a)f128M_roundToInt.c.o
(libembedded_softfloat.a)f128M_sqrt.c.o
(libembedded_softfloat.a)f128M_sub.c.o
(libembedded_softfloat.a)f128M_to_f16.c.o
(libembedded_softfloat.a)f128M_to_f32.c.o
(libembedded_softfloat.a)f128M_to_f64.c.o
(libembedded_softfloat.a)f128M_to_ui64.c.o
(libembedded_softfloat.a)f16_add.c.o
(libembedded_softfloat.a)f16_div.c.o
(libembedded_softfloat.a)f16_eq.c.o
(libembedded_softfloat.a)f16_isSignalingNaN.c.o
(libembedded_softfloat.a)f16_lt.c.o
(libembedded_softfloat.a)f16_mul.c.o
(libembedded_softfloat.a)f16_rem.c.o
(libembedded_softfloat.a)f16_roundToInt.c.o
(libembedded_softfloat.a)f16_sqrt.c.o
(libembedded_softfloat.a)f16_sub.c.o
(libembedded_softfloat.a)f16_to_f128M.c.o
(libembedded_softfloat.a)f16_to_f64.c.o
(libembedded_softfloat.a)f32_to_f128M.c.o
(libembedded_softfloat.a)f64_to_f128M.c.o
(libembedded_softfloat.a)f64_to_f16.c.o
(libembedded_softfloat.a)i32_to_f128M.c.o
(libembedded_softfloat.a)s_addF128M.c.o
(libembedded_softfloat.a)s_addM.c.o
(libembedded_softfloat.a)s_addMagsF16.c.o
(libembedded_softfloat.a)s_approxRecip32_1.c.o
(libembedded_softfloat.a)s_approxRecipSqrt32_1.c.o
(libembedded_softfloat.a)s_approxRecipSqrt_1Ks.c.o
(libembedded_softfloat.a)s_approxRecip_1Ks.c.o
(libembedded_softfloat.a)s_compare128M.c.o
(libembedded_softfloat.a)s_countLeadingZeros32.c.o
(libembedded_softfloat.a)s_countLeadingZeros8.c.o
(libembedded_softfloat.a)s_invalidF128M.c.o
(libembedded_softfloat.a)s_isNaNF128M.c.o
(libembedded_softfloat.a)s_mul128MTo256M.c.o
(libembedded_softfloat.a)s_mulAddF128M.c.o
(libembedded_softfloat.a)s_negXM.c.o
(libembedded_softfloat.a)s_normRoundPackMToF128M.c.o
(libembedded_softfloat.a)s_normRoundPackToF16.c.o
(libembedded_softfloat.a)s_normSubnormalF16Sig.c.o
(libembedded_softfloat.a)s_normSubnormalF32Sig.c.o
(libembedded_softfloat.a)s_normSubnormalF64Sig.c.o
(libembedded_softfloat.a)s_remStepMBy32.c.o
(libembedded_softfloat.a)s_roundMToUI64.c.o
(libembedded_softfloat.a)s_roundPackMToF128M.c.o
(libembedded_softfloat.a)s_roundPackToF16.c.o
(libembedded_softfloat.a)s_roundPackToF32.c.o
(libembedded_softfloat.a)s_roundPackToF64.c.o
(libembedded_softfloat.a)s_shiftLeftM.c.o
(libembedded_softfloat.a)s_shiftNormSigF128M.c.o
(libembedded_softfloat.a)s_shiftRightJam32.c.o
(libembedded_softfloat.a)s_shiftRightJam64.c.o
(libembedded_softfloat.a)s_shiftRightJamM.c.o
(libembedded_softfloat.a)s_shortShiftLeftM.c.o
(libembedded_softfloat.a)s_shortShiftRightJam64.c.o
(libembedded_softfloat.a)s_shortShiftRightJamM.c.o
(libembedded_softfloat.a)s_shortShiftRightM.c.o
(libembedded_softfloat.a)s_sub1XM.c.o
(libembedded_softfloat.a)s_subM.c.o
(libembedded_softfloat.a)s_subMagsF16.c.o
(libembedded_softfloat.a)s_tryPropagateNaNF128M.c.o
(libembedded_softfloat.a)softfloat_state.c.o
(libembedded_softfloat.a)ui32_to_f128M.c.o
(libembedded_softfloat.a)ui64_to_f128M.c.o
(libembedded_softfloat.a)s_commonNaNToF128M.c.o
(libembedded_softfloat.a)s_commonNaNToF16UI.c.o
(libembedded_softfloat.a)s_commonNaNToF32UI.c.o
(libembedded_softfloat.a)s_commonNaNToF64UI.c.o
(libembedded_softfloat.a)s_f128MToCommonNaN.c.o
(libembedded_softfloat.a)s_f16UIToCommonNaN.c.o
(libembedded_softfloat.a)s_f32UIToCommonNaN.c.o
(libembedded_softfloat.a)s_f64UIToCommonNaN.c.o
(libembedded_softfloat.a)s_propagateNaNF128M.c.o
(libembedded_softfloat.a)s_propagateNaNF16UI.c.o
(libembedded_softfloat.a)softfloat_raiseFlags.c.o
(libembedded_softfloat.a)s_addCarryM.c.o
(libembedded_softfloat.a)s_addComplCarryM.c.o
(libembedded_softfloat.a)s_countLeadingZeros16.c.o
(libembedded_softfloat.a)s_countLeadingZeros64.c.o
attempt to open /home/wink/local/lib/libclang.so succeeded
/home/wink/local/lib/libclang.so
attempt to open libembedded_lld_elf.a succeeded
(libembedded_lld_elf.a)Driver.cpp.o
(libembedded_lld_elf.a)DriverUtils.cpp.o
(libembedded_lld_elf.a)Filesystem.cpp.o
(libembedded_lld_elf.a)ICF.cpp.o
(libembedded_lld_elf.a)InputFiles.cpp.o
(libembedded_lld_elf.a)InputSection.cpp.o
(libembedded_lld_elf.a)LTO.cpp.o
(libembedded_lld_elf.a)LinkerScript.cpp.o
(libembedded_lld_elf.a)MarkLive.cpp.o
(libembedded_lld_elf.a)OutputSections.cpp.o
(libembedded_lld_elf.a)ScriptParser.cpp.o
(libembedded_lld_elf.a)SymbolTable.cpp.o
(libembedded_lld_elf.a)Symbols.cpp.o
(libembedded_lld_elf.a)SyntheticSections.cpp.o
(libembedded_lld_elf.a)Target.cpp.o
(libembedded_lld_elf.a)Thunks.cpp.o
(libembedded_lld_elf.a)Writer.cpp.o
(libembedded_lld_elf.a)AArch64ErrataFix.cpp.o
(libembedded_lld_elf.a)AArch64.cpp.o
(libembedded_lld_elf.a)AMDGPU.cpp.o
(libembedded_lld_elf.a)ARM.cpp.o
(libembedded_lld_elf.a)AVR.cpp.o
(libembedded_lld_elf.a)Hexagon.cpp.o
(libembedded_lld_elf.a)MSP430.cpp.o
(libembedded_lld_elf.a)Mips.cpp.o
(libembedded_lld_elf.a)MipsArchTree.cpp.o
(libembedded_lld_elf.a)PPC.cpp.o
(libembedded_lld_elf.a)PPC64.cpp.o
(libembedded_lld_elf.a)RISCV.cpp.o
(libembedded_lld_elf.a)SPARCV9.cpp.o
(libembedded_lld_elf.a)X86.cpp.o
(libembedded_lld_elf.a)X86_64.cpp.o
(libembedded_lld_elf.a)CallGraphSort.cpp.o
(libembedded_lld_elf.a)DWARF.cpp.o
(libembedded_lld_elf.a)EhFrame.cpp.o
(libembedded_lld_elf.a)MapFile.cpp.o
(libembedded_lld_elf.a)Relocations.cpp.o
(libembedded_lld_elf.a)ScriptLexer.cpp.o
attempt to open libembedded_lld_coff.a succeeded
(libembedded_lld_coff.a)Driver.cpp.o
(libembedded_lld_coff.a)DriverUtils.cpp.o
(libembedded_lld_coff.a)ICF.cpp.o
(libembedded_lld_coff.a)InputFiles.cpp.o
(libembedded_lld_coff.a)LTO.cpp.o
(libembedded_lld_coff.a)MarkLive.cpp.o
(libembedded_lld_coff.a)MinGW.cpp.o
(libembedded_lld_coff.a)SymbolTable.cpp.o
(libembedded_lld_coff.a)Symbols.cpp.o
(libembedded_lld_coff.a)Writer.cpp.o
(libembedded_lld_coff.a)Chunks.cpp.o
(libembedded_lld_coff.a)DLL.cpp.o
(libembedded_lld_coff.a)MapFile.cpp.o
(libembedded_lld_coff.a)PDB.cpp.o
attempt to open libembedded_lld_mingw.a succeeded
attempt to open libembedded_lld_wasm.a succeeded
(libembedded_lld_wasm.a)Driver.cpp.o
(libembedded_lld_wasm.a)InputChunks.cpp.o
(libembedded_lld_wasm.a)InputFiles.cpp.o
(libembedded_lld_wasm.a)LTO.cpp.o
(libembedded_lld_wasm.a)MarkLive.cpp.o
(libembedded_lld_wasm.a)SymbolTable.cpp.o
(libembedded_lld_wasm.a)Symbols.cpp.o
(libembedded_lld_wasm.a)Writer.cpp.o
(libembedded_lld_wasm.a)WriterUtils.cpp.o
(libembedded_lld_wasm.a)OutputSections.cpp.o
attempt to open libembedded_lld_lib.a succeeded
(libembedded_lld_lib.a)Args.cpp.o
(libembedded_lld_lib.a)ErrorHandler.cpp.o
(libembedded_lld_lib.a)Memory.cpp.o
(libembedded_lld_lib.a)Reproduce.cpp.o
(libembedded_lld_lib.a)Strings.cpp.o
(libembedded_lld_lib.a)TargetOptionsCommandFlags.cpp.o
(libembedded_lld_lib.a)Threads.cpp.o
(libembedded_lld_lib.a)Timer.cpp.o
(libembedded_lld_lib.a)Version.cpp.o
(libembedded_lld_lib.a)DarwinLdDriver.cpp.o
(libembedded_lld_lib.a)FileArchive.cpp.o
(libembedded_lld_lib.a)MachOLinkingContext.cpp.o
(libembedded_lld_lib.a)MachONormalizedFileBinaryReader.cpp.o
(libembedded_lld_lib.a)MachONormalizedFileToAtoms.cpp.o
(libembedded_lld_lib.a)MachONormalizedFileYAML.cpp.o
(libembedded_lld_lib.a)ObjCPass.cpp.o
(libembedded_lld_lib.a)ShimPass.cpp.o
(libembedded_lld_lib.a)StubsPass.cpp.o
(libembedded_lld_lib.a)TLVPass.cpp.o
(libembedded_lld_lib.a)WriterMachO.cpp.o
(libembedded_lld_lib.a)ReaderWriterYAML.cpp.o
(libembedded_lld_lib.a)DefinedAtom.cpp.o
(libembedded_lld_lib.a)Error.cpp.o
(libembedded_lld_lib.a)File.cpp.o
(libembedded_lld_lib.a)LinkingContext.cpp.o
(libembedded_lld_lib.a)Reader.cpp.o
(libembedded_lld_lib.a)Resolver.cpp.o
(libembedded_lld_lib.a)SymbolTable.cpp.o
(libembedded_lld_lib.a)Writer.cpp.o
(libembedded_lld_lib.a)ArchHandler.cpp.o
(libembedded_lld_lib.a)ArchHandler_arm.cpp.o
(libembedded_lld_lib.a)ArchHandler_arm64.cpp.o
(libembedded_lld_lib.a)ArchHandler_x86.cpp.o
(libembedded_lld_lib.a)ArchHandler_x86_64.cpp.o
(libembedded_lld_lib.a)CompactUnwindPass.cpp.o
(libembedded_lld_lib.a)GOTPass.cpp.o
(libembedded_lld_lib.a)LayoutPass.cpp.o
(libembedded_lld_lib.a)MachONormalizedFileBinaryWriter.cpp.o
(libembedded_lld_lib.a)MachONormalizedFileFromAtoms.cpp.o
attempt to open /home/wink/local/lib/libLLVM-8.so succeeded
-lLLVM-8 (/home/wink/local/lib/libLLVM-8.so)
attempt to open /home/wink/local/lib/libpthread.so failed
attempt to open /home/wink/local/lib/libpthread.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libpthread.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libpthread.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libpthread.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libpthread.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libpthread.so succeeded
-lpthread (/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libpthread.so)
attempt to open /home/wink/local/lib/libstdc++.so failed
attempt to open /home/wink/local/lib/libstdc++.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libstdc++.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libstdc++.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libstdc++.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libstdc++.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libstdc++.so succeeded
-lstdc++ (/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libstdc++.so)
attempt to open /home/wink/local/lib/libm.so failed
attempt to open /home/wink/local/lib/libm.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libm.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libm.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libm.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libm.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libm.so succeeded
opened script file /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libm.so
opened script file /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libm.so
attempt to open /usr/lib/libm.so.6 succeeded
/usr/lib/libm.so.6
attempt to open /usr/lib/libmvec_nonshared.a succeeded
attempt to open /usr/lib/libmvec.so.1 succeeded
/usr/lib/libmvec.so.1
/usr/lib/libmvec.so.1
attempt to open /home/wink/local/lib/libgcc_s.so failed
attempt to open /home/wink/local/lib/libgcc_s.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc_s.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc_s.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc_s.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc_s.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so succeeded
opened script file /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so
opened script file /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so
attempt to open libgcc_s.so.1 failed
attempt to open /home/wink/local/lib/libgcc_s.so.1 failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc_s.so.1 failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc_s.so.1 failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so.1 succeeded
libgcc_s.so.1 (/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so.1)
attempt to open /home/wink/local/lib/libgcc.so failed
attempt to open /home/wink/local/lib/libgcc.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc.a succeeded
attempt to open /home/wink/local/lib/libgcc.so failed
attempt to open /home/wink/local/lib/libgcc.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc.a succeeded
attempt to open /home/wink/local/lib/libc.so failed
attempt to open /home/wink/local/lib/libc.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libc.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libc.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libc.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libc.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libc.so succeeded
opened script file /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libc.so
opened script file /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libc.so
attempt to open /usr/lib/libc.so.6 succeeded
/usr/lib/libc.so.6
attempt to open /usr/lib/libc_nonshared.a succeeded
(/usr/lib/libc_nonshared.a)elf-init.oS
attempt to open /usr/lib/ld-linux-x86-64.so.2 succeeded
/usr/lib/ld-linux-x86-64.so.2
/usr/lib/ld-linux-x86-64.so.2
attempt to open /home/wink/local/lib/libgcc_s.so failed
attempt to open /home/wink/local/lib/libgcc_s.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc_s.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc_s.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc_s.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc_s.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so succeeded
opened script file /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so
opened script file /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so
attempt to open libgcc_s.so.1 failed
attempt to open /home/wink/local/lib/libgcc_s.so.1 failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc_s.so.1 failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc_s.so.1 failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so.1 succeeded
libgcc_s.so.1 (/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libgcc_s.so.1)
attempt to open /home/wink/local/lib/libgcc.so failed
attempt to open /home/wink/local/lib/libgcc.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc.a succeeded
attempt to open /home/wink/local/lib/libgcc.so failed
attempt to open /home/wink/local/lib/libgcc.a failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc.so failed
attempt to open /home/wink/prgs/llvm/mkllvm-tool-chain/dist/lib/../lib/libgcc.a failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc.so failed
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/libgcc.a succeeded
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/crtendS.o succeeded
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/crtendS.o
attempt to open /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/crtn.o succeeded
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/crtn.o
libdl.so.2 needed by /home/wink/local/lib/libclang.so
attempt to open /home/wink/local/lib/libdl.so.2 failed
attempt to open libdl.so.2 failed
attempt to open libdl.so.2 failed
attempt to open libdl.so.2 failed
attempt to open libdl.so.2 failed
attempt to open libdl.so.2 failed
attempt to open /home/wink/local/lib/../lib/libdl.so.2 failed
attempt to open /usr/lib/libfakeroot/libdl.so.2 failed
attempt to open /usr/lib/opencollada/libdl.so.2 failed
attempt to open /usr/lib/openmpi/libdl.so.2 failed
attempt to open /opt/petsc/linux-c-opt/lib/libdl.so.2 failed
attempt to open /usr/x86_64-pc-linux-gnu/lib64/libdl.so.2 failed
found libdl.so.2 at /usr/lib/libdl.so.2
libedit.so.0 needed by /home/wink/local/lib/libLLVM-8.so
attempt to open /home/wink/local/lib/libedit.so.0 failed
attempt to open libedit.so.0 failed
attempt to open libedit.so.0 failed
attempt to open libedit.so.0 failed
attempt to open libedit.so.0 failed
attempt to open libedit.so.0 failed
attempt to open /home/wink/local/lib/../lib/libedit.so.0 failed
attempt to open /usr/lib/libfakeroot/libedit.so.0 failed
attempt to open /usr/lib32/libedit.so.0 failed
attempt to open /usr/lib/opencollada/libedit.so.0 failed
attempt to open /usr/lib/openmpi/libedit.so.0 failed
attempt to open /opt/petsc/linux-c-opt/lib/libedit.so.0 failed
attempt to open /usr/x86_64-pc-linux-gnu/lib64/libedit.so.0 failed
found libedit.so.0 at /usr/lib/libedit.so.0
libz.so.1 needed by /home/wink/local/lib/libLLVM-8.so
attempt to open /home/wink/local/lib/libz.so.1 failed
attempt to open libz.so.1 failed
attempt to open libz.so.1 failed
attempt to open libz.so.1 failed
attempt to open libz.so.1 failed
attempt to open libz.so.1 failed
attempt to open /home/wink/local/lib/../lib/libz.so.1 failed
attempt to open /usr/lib/libfakeroot/libz.so.1 failed
attempt to open /usr/lib/opencollada/libz.so.1 failed
attempt to open /usr/lib/openmpi/libz.so.1 failed
attempt to open /opt/petsc/linux-c-opt/lib/libz.so.1 failed
attempt to open /usr/x86_64-pc-linux-gnu/lib64/libz.so.1 failed
found libz.so.1 at /usr/lib/libz.so.1
librt.so.1 needed by /home/wink/local/lib/libLLVM-8.so
attempt to open /home/wink/local/lib/librt.so.1 failed
attempt to open librt.so.1 failed
attempt to open librt.so.1 failed
attempt to open librt.so.1 failed
attempt to open librt.so.1 failed
attempt to open librt.so.1 failed
attempt to open /home/wink/local/lib/../lib/librt.so.1 failed
attempt to open /usr/lib/libfakeroot/librt.so.1 failed
attempt to open /usr/lib/opencollada/librt.so.1 failed
attempt to open /usr/lib/openmpi/librt.so.1 failed
attempt to open /opt/petsc/linux-c-opt/lib/librt.so.1 failed
attempt to open /usr/x86_64-pc-linux-gnu/lib64/librt.so.1 failed
found librt.so.1 at /usr/lib/librt.so.1
libncursesw.so.6 needed by /home/wink/local/lib/libLLVM-8.so
attempt to open /home/wink/local/lib/libncursesw.so.6 failed
attempt to open libncursesw.so.6 failed
attempt to open libncursesw.so.6 failed
attempt to open libncursesw.so.6 failed
attempt to open libncursesw.so.6 failed
attempt to open libncursesw.so.6 failed
attempt to open /home/wink/local/lib/../lib/libncursesw.so.6 failed
attempt to open /usr/lib/libfakeroot/libncursesw.so.6 failed
attempt to open /usr/lib32/libncursesw.so.6 failed
attempt to open /usr/lib/opencollada/libncursesw.so.6 failed
attempt to open /usr/lib/openmpi/libncursesw.so.6 failed
attempt to open /opt/petsc/linux-c-opt/lib/libncursesw.so.6 failed
attempt to open /usr/x86_64-pc-linux-gnu/lib64/libncursesw.so.6 failed
found libncursesw.so.6 at /usr/lib/libncursesw.so.6
ld-linux-x86-64.so.2 needed by /home/wink/local/lib/libLLVM-8.so
found ld-linux-x86-64.so.2 at /usr/lib/ld-linux-x86-64.so.2
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `resolve_enum_decl(Context*, ZigClangEnumDecl const*)':
translate_c.cpp:(.text+0x2c20): undefined reference to `clang::TagDecl::getDefinition() const'
/usr/bin/ld: translate_c.cpp:(.text+0x2c30): undefined reference to `clang::DeclContext::decls_begin() const'
/usr/bin/ld: translate_c.cpp:(.text+0x2c76): undefined reference to `clang::TagDecl::getDefinition() const'
/usr/bin/ld: translate_c.cpp:(.text+0x2cb4): undefined reference to `clang::TagDecl::getDefinition() const'
/usr/bin/ld: translate_c.cpp:(.text+0x2df7): undefined reference to `clang::TagDecl::getDefinition() const'
/usr/bin/ld: translate_c.cpp:(.text+0x2e07): undefined reference to `clang::DeclContext::decls_begin() const'
/usr/bin/ld: translate_c.cpp:(.text+0x2e3e): undefined reference to `clang::TagDecl::getDefinition() const'
/usr/bin/ld: translate_c.cpp:(.text+0x2e4d): undefined reference to `clang::TagDecl::getDefinition() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_type(Context*, ZigClangType const*, ZigClangSourceLocation)':
translate_c.cpp:(.text+0x3a74): undefined reference to `clang::TagType::getDecl() const'
/usr/bin/ld: translate_c.cpp:(.text+0x3a7c): undefined reference to `clang::TagDecl::getDefinition() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `resolve_record_decl(Context*, ZigClangRecordDecl const*)':
translate_c.cpp:(.text+0x45ff): undefined reference to `clang::RecordDecl::field_begin() const'
/usr/bin/ld: translate_c.cpp:(.text+0x470b): undefined reference to `clang::RecordDecl::field_begin() const'
/usr/bin/ld: translate_c.cpp:(.text+0x4951): undefined reference to `clang::RecordDecl::field_begin() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `parse_h_file(AstNode**, ZigList<ErrorMsg*>*, char const*, CodeGen*, Buf*)':
translate_c.cpp:(.text+0x5092): undefined reference to `clang::CompilerInstance::createDiagnostics(clang::DiagnosticOptions*, clang::DiagnosticConsumer*, bool, clang::CodeGenOptions const*)'
/usr/bin/ld: translate_c.cpp:(.text+0x50c8): undefined reference to `clang::PCHContainerOperations::PCHContainerOperations()'
/usr/bin/ld: translate_c.cpp:(.text+0x51ca): undefined reference to `clang::ASTUnit::LoadFromCommandLine(char const**, char const**, std::shared_ptr<clang::PCHContainerOperations>, llvm::IntrusiveRefCntPtr<clang::DiagnosticsEngine>, llvm::StringRef, bool, bool, llvm::ArrayRef<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, llvm::MemoryBuffer*> >, bool, unsigned int, clang::TranslationUnitKind, bool, bool, bool, clang::SkipFunctionBodiesScope, bool, bool, bool, llvm::Optional<llvm::StringRef>, std::unique_ptr<clang::ASTUnit, std::default_delete<clang::ASTUnit> >*, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>)'
/usr/bin/ld: translate_c.cpp:(.text+0x52e8): undefined reference to `clang::ASTUnit::getLocalPreprocessingEntities() const'
/usr/bin/ld: translate_c.cpp:(.text+0x535e): undefined reference to `clang::PreprocessingRecord::getPreprocessedEntity(clang::PreprocessingRecord::PPEntityID)'
/usr/bin/ld: translate_c.cpp:(.text+0x58cf): undefined reference to `clang::ASTUnit::~ASTUnit()'
/usr/bin/ld: translate_c.cpp:(.text+0x5cb2): undefined reference to `clang::FullSourceLoc::getFileID() const'
/usr/bin/ld: translate_c.cpp:(.text+0x5daa): undefined reference to `clang::FullSourceLoc::getSpellingLineNumber(bool*) const'
/usr/bin/ld: translate_c.cpp:(.text+0x5dbb): undefined reference to `clang::FullSourceLoc::getSpellingColumnNumber(bool*) const'
/usr/bin/ld: translate_c.cpp:(.text+0x5e9a): undefined reference to `clang::SourceManager::getBufferData(clang::FileID, bool*) const'
/usr/bin/ld: translate_c.cpp:(.text+0x6007): undefined reference to `clang::ASTUnit::~ASTUnit()'
/usr/bin/ld: translate_c.cpp:(.text+0x60e1): undefined reference to `clang::SourceManager::getFileIDSlow(unsigned int) const'
/usr/bin/ld: translate_c.cpp:(.text+0x60fd): undefined reference to `clang::SourceManager::loadSLocEntry(unsigned int, bool*) const'
/usr/bin/ld: translate_c.cpp:(.text+0x612f): undefined reference to `clang::SourceManager::getFileIDSlow(unsigned int) const'
/usr/bin/ld: translate_c.cpp:(.text+0x6304): undefined reference to `clang::DiagnosticsEngine::~DiagnosticsEngine()'
/usr/bin/ld: translate_c.cpp:(.text+0x6334): undefined reference to `clang::DiagnosticsEngine::~DiagnosticsEngine()'
/usr/bin/ld: translate_c.cpp:(.text+0x654f): undefined reference to `clang::SourceManager::loadSLocEntry(unsigned int, bool*) const'
/usr/bin/ld: translate_c.cpp:(.text+0x65a8): undefined reference to `clang::SourceManager::loadSLocEntry(unsigned int, bool*) const'
/usr/bin/ld: translate_c.cpp:(.text+0x65d2): undefined reference to `clang::SourceManager::loadSLocEntry(unsigned int, bool*) const'
/usr/bin/ld: translate_c.cpp:(.text+0x65f7): undefined reference to `clang::SourceManager::loadSLocEntry(unsigned int, bool*) const'
/usr/bin/ld: translate_c.cpp:(.text+0x6612): undefined reference to `clang::SourceManager::loadSLocEntry(unsigned int, bool*) const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_stmt_extra(Context*, TransScope*, ZigClangStmt const*, ResultUsed, TransLRValue, AstNode**, TransScope**, TransScope**)':
translate_c.cpp:(.text+0x879e): undefined reference to `clang::Expr::EvaluateAsInt(clang::Expr::EvalResult&, clang::ASTContext const&, clang::Expr::SideEffectsKind) const'
/usr/bin/ld: translate_c.cpp:(.text+0x87d9): undefined reference to `clang::APValue::DestroyDataAndMakeUninit()'
/usr/bin/ld: translate_c.cpp:(.text+0x8919): undefined reference to `clang::Expr::EvaluateAsConstantExpr(clang::Expr::EvalResult&, clang::Expr::ConstExprUsage, clang::ASTContext const&) const'
/usr/bin/ld: translate_c.cpp:(.text+0x892a): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0x92a2): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0x92c8): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0x9310): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0x972b): undefined reference to `clang::TagType::getDecl() const'
/usr/bin/ld: translate_c.cpp:(.text+0x98ec): undefined reference to `clang::TagType::getDecl() const'
/usr/bin/ld: translate_c.cpp:(.text+0x9982): undefined reference to `clang::TagType::getDecl() const'
/usr/bin/ld: translate_c.cpp:(.text+0x99a3): undefined reference to `clang::TagType::getDecl() const'
/usr/bin/ld: translate_c.cpp:(.text+0x9a07): undefined reference to `clang::APValue::DestroyDataAndMakeUninit()'
/usr/bin/ld: translate_c.cpp:(.text+0x9a31): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0x9a64): undefined reference to `clang::APValue::DestroyDataAndMakeUninit()'
/usr/bin/ld: translate_c.cpp:(.text+0x9e9a): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_create_shift_op(Context*, TransScope*, ZigClangQualType, clang::Expr*, BinOpType, clang::Expr*)':
translate_c.cpp:(.text+0xa0d6): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_create_compound_assign_shift(Context*, ResultUsed, TransScope*, clang::CompoundAssignOperator const*, BinOpType, BinOpType)':
translate_c.cpp:(.text+0xa397): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_implicit_cast_expr(Context*, ResultUsed, TransScope*, clang::ImplicitCastExpr const*)':
translate_c.cpp:(.text+0xae05): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0xae2d): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o:translate_c.cpp:(.text+0xae45): more undefined references to `clang::Stmt::getBeginLoc() const' follow
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_implicit_cast_expr(Context*, ResultUsed, TransScope*, clang::ImplicitCastExpr const*)':
translate_c.cpp:(.text+0xb29b): undefined reference to `clang::Expr::getExprLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0xb2cd): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0xb2e5): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0xb2fd): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0xb315): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0xb32d): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o:translate_c.cpp:(.text+0xb345): more undefined references to `clang::Stmt::getBeginLoc() const' follow
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_local_declaration(Context*, TransScope*, clang::DeclStmt const*, AstNode**, TransScope**)':
translate_c.cpp:(.text+0xc078): undefined reference to `clang::VarDecl::hasInit() const'
/usr/bin/ld: translate_c.cpp:(.text+0xc08d): undefined reference to `clang::VarDecl::getInit()'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_bool_expr(Context*, ResultUsed, TransScope*, clang::Expr const*, TransLRValue) [clone .constprop.315]':
translate_c.cpp:(.text+0xcda5): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_binary_operator(Context*, ResultUsed, TransScope*, clang::BinaryOperator const*)':
translate_c.cpp:(.text+0xd1d5): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0xd305): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: translate_c.cpp:(.text+0xd40d): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `trans_ap_value(Context*, clang::APValue*, ZigClangQualType, ZigClangSourceLocation)':
translate_c.cpp:(.text+0xd7c4): undefined reference to `clang::APValue::getLValueBase() const'
/usr/bin/ld: translate_c.cpp:(.text+0xdb2f): undefined reference to `clang::Type::getUnqualifiedDesugaredType() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `decl_visitor(void*, ZigClangDecl const*)':
translate_c.cpp:(.text+0xdc34): undefined reference to `clang::VarDecl::getTLSKind() const'
/usr/bin/ld: translate_c.cpp:(.text+0xdc9c): undefined reference to `clang::DeclContext::getRedeclContext()'
/usr/bin/ld: translate_c.cpp:(.text+0xdde2): undefined reference to `clang::FunctionDecl::hasBody(clang::FunctionDecl const*&) const'
/usr/bin/ld: translate_c.cpp:(.text+0xde2d): undefined reference to `clang::FunctionDecl::hasBody(clang::FunctionDecl const*&) const'
/usr/bin/ld: translate_c.cpp:(.text+0xdf0c): undefined reference to `clang::Decl::getDeclKindName() const'
/usr/bin/ld: translate_c.cpp:(.text+0xdf94): undefined reference to `clang::FunctionDecl::hasBody(clang::FunctionDecl const*&) const'
/usr/bin/ld: translate_c.cpp:(.text+0xe00d): undefined reference to `clang::FunctionDecl::getBody(clang::FunctionDecl const*&) const'
/usr/bin/ld: translate_c.cpp:(.text+0xe299): undefined reference to `clang::VarDecl::hasInit() const'
/usr/bin/ld: translate_c.cpp:(.text+0xe2a9): undefined reference to `clang::VarDecl::evaluateValue() const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `clang::FunctionDecl::hasBody() const':
translate_c.cpp:(.text._ZNK5clang12FunctionDecl7hasBodyEv[_ZNK5clang12FunctionDecl7hasBodyEv]+0x18): undefined reference to `clang::FunctionDecl::hasBody(clang::FunctionDecl const*&) const'
/usr/bin/ld: CMakeFiles/zig.dir/src/translate_c.cpp.o: in function `clang::FunctionDecl::getBody() const':
translate_c.cpp:(.text._ZNK5clang12FunctionDecl7getBodyEv[_ZNK5clang12FunctionDecl7getBodyEv]+0x18): undefined reference to `clang::FunctionDecl::getBody(clang::FunctionDecl const*&) const'
/usr/bin/ld: libzig_cpp.a(zig_clang_cc1as_main.cpp.o): in function `LLVMErrorHandler(void*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
zig_clang_cc1as_main.cpp:(.text+0x28a): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: libzig_cpp.a(zig_clang_cc1as_main.cpp.o): in function `getOutputStream(llvm::StringRef, clang::DiagnosticsEngine&, bool)':
zig_clang_cc1as_main.cpp:(.text+0x66d): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: libzig_cpp.a(zig_clang_cc1as_main.cpp.o): in function `(anonymous namespace)::AssemblerInvocation::CreateFromArgs((anonymous namespace)::AssemblerInvocation&, llvm::ArrayRef<char const*>, clang::DiagnosticsEngine&)':
zig_clang_cc1as_main.cpp:(.text+0x8b6): undefined reference to `clang::driver::createDriverOptTable()'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0xba1): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x101e): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x165d): undefined reference to `clang::getLastArgIntValue(llvm::opt::ArgList const&, llvm::opt::OptSpecifier, int, clang::DiagnosticsEngine*)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x2320): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x27ca): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x2833): undefined reference to `clang::getLastArgIntValue(llvm::opt::ArgList const&, llvm::opt::OptSpecifier, int, clang::DiagnosticsEngine*)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x3134): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: libzig_cpp.a(zig_clang_cc1as_main.cpp.o): in function `cc1as_main(llvm::ArrayRef<char const*>, char const*, void*)':
zig_clang_cc1as_main.cpp:(.text+0x3ec1): undefined reference to `clang::TextDiagnosticPrinter::TextDiagnosticPrinter(llvm::raw_ostream&, clang::DiagnosticOptions*, bool)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x3f72): undefined reference to `clang::DiagnosticIDs::DiagnosticIDs()'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x3fc2): undefined reference to `clang::DiagnosticsEngine::DiagnosticsEngine(llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs>, llvm::IntrusiveRefCntPtr<clang::DiagnosticOptions>, clang::DiagnosticConsumer*, bool)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x46a3): undefined reference to `clang::DiagnosticsEngine::~DiagnosticsEngine()'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x4894): undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x49b4): undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x4d18): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x584e): undefined reference to `clang::driver::createDriverOptTable()'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x5a8a): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: zig_clang_cc1as_main.cpp:(.text+0x6a37): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: libzig_cpp.a(zig_clang_cc1_main.cpp.o): in function `LLVMErrorHandler(void*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
zig_clang_cc1_main.cpp:(.text+0x2ba): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
/usr/bin/ld: libzig_cpp.a(zig_clang_cc1_main.cpp.o): in function `cc1_main(llvm::ArrayRef<char const*>, char const*, void*)':
zig_clang_cc1_main.cpp:(.text+0x3cf): undefined reference to `clang::PCHContainerOperations::PCHContainerOperations()'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0x40a): undefined reference to `clang::CompilerInstance::CompilerInstance(std::shared_ptr<clang::PCHContainerOperations>, clang::MemoryBufferCache*)'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0x451): undefined reference to `clang::DiagnosticIDs::DiagnosticIDs()'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0x494): undefined reference to `vtable for clang::ObjectFilePCHContainerWriter'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0x4a0): undefined reference to `vtable for clang::ObjectFilePCHContainerWriter'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0x58e): undefined reference to `vtable for clang::ObjectFilePCHContainerReader'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0x59a): undefined reference to `vtable for clang::ObjectFilePCHContainerReader'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0x939): undefined reference to `vtable for clang::TextDiagnosticBuffer'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0x9f1): undefined reference to `clang::DiagnosticsEngine::DiagnosticsEngine(llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs>, llvm::IntrusiveRefCntPtr<clang::DiagnosticOptions>, clang::DiagnosticConsumer*, bool)'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0xa36): undefined reference to `clang::CompilerInvocation::CreateFromArgs(clang::CompilerInvocation&, char const* const*, char const* const*, clang::DiagnosticsEngine&)'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0xa63): undefined reference to `clang::CompilerInstance::createDiagnostics(clang::DiagnosticConsumer*, bool)'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0xa84): undefined reference to `clang::TextDiagnosticBuffer::FlushDiagnostics(clang::DiagnosticsEngine&) const'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0xa96): undefined reference to `clang::DiagnosticsEngine::~DiagnosticsEngine()'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0xb3e): undefined reference to `clang::CompilerInvocation::GetResourcesPath[abi:cxx11](char const*, void*)'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0xbd4): undefined reference to `clang::ExecuteCompilerInvocation(clang::CompilerInstance*)'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0xe8c): undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()'
/usr/bin/ld: zig_clang_cc1_main.cpp:(.text+0xffc): undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangSourceManager_getSpellingLoc':
zig_clang.cpp:(.text+0x55): undefined reference to `clang::SourceManager::getSpellingLocSlowCase(clang::SourceLocation) const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangSourceManager_getFilename':
zig_clang.cpp:(.text+0x166): undefined reference to `clang::SourceManager::getFileIDSlow(unsigned int) const'
/usr/bin/ld: zig_clang.cpp:(.text+0x279): undefined reference to `clang::SourceManager::loadSLocEntry(unsigned int, bool*) const'
/usr/bin/ld: zig_clang.cpp:(.text+0x2a5): undefined reference to `clang::SourceManager::loadSLocEntry(unsigned int, bool*) const'
/usr/bin/ld: zig_clang.cpp:(.text+0x2b8): undefined reference to `clang::SourceManager::loadSLocEntry(unsigned int, bool*) const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangASTContext_getPointerType':
zig_clang.cpp:(.text+0x305): undefined reference to `clang::ASTContext::getPointerType(clang::QualType) const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangEnumDecl_getIntegerType':
zig_clang.cpp:(.text+0x470): undefined reference to `clang::QualType::getSplitUnqualifiedTypeImpl(clang::QualType)'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangStmt_getBeginLoc':
zig_clang.cpp:(.text+0x6f5): undefined reference to `clang::Stmt::getBeginLoc() const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangSourceManager_getSpellingLineNumber':
zig_clang.cpp:(.text+0x2d3): undefined reference to `clang::SourceManager::getSpellingLineNumber(clang::SourceLocation, bool*) const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangSourceManager_getSpellingColumnNumber':
zig_clang.cpp:(.text+0x2e3): undefined reference to `clang::SourceManager::getSpellingColumnNumber(clang::SourceLocation, bool*) const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangSourceManager_getCharacterData':
zig_clang.cpp:(.text+0x2f3): undefined reference to `clang::SourceManager::getCharacterData(clang::SourceLocation, bool*) const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangASTUnit_visitLocalTopLevelDecls':
zig_clang.cpp:(.text+0x331): undefined reference to `clang::ASTUnit::visitLocalTopLevelDecls(void*, bool (*)(void*, clang::Decl const*))'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangRecordType_getDecl':
zig_clang.cpp:(.text+0x341): undefined reference to `clang::TagType::getDecl() const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangEnumType_getDecl':
zig_clang.cpp:(.text+0x351): undefined reference to `clang::TagType::getDecl() const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangRecordDecl_getDefinition':
zig_clang.cpp:(.text+0x381): undefined reference to `clang::TagDecl::getDefinition() const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangEnumDecl_getDefinition':
zig_clang.cpp:(.text+0x391): undefined reference to `clang::TagDecl::getDefinition() const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangType_getTypeClassName':
zig_clang.cpp:(.text+0x6e1): undefined reference to `clang::Type::getTypeClassName() const'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `ZigClangEnumDecl_getCanonicalDecl':
zig_clang.cpp:(.text+0x734): undefined reference to `clang::TagDecl::getCanonicalDecl()'
/usr/bin/ld: libzig_cpp.a(zig_clang.cpp.o): in function `clang::EnumDecl::getCanonicalDecl()':
zig_clang.cpp:(.text._ZN5clang8EnumDecl16getCanonicalDeclEv[_ZN5clang8EnumDecl16getCanonicalDeclEv]+0x1): undefined reference to `clang::TagDecl::getCanonicalDecl()'
/usr/bin/ld: libzig_cpp.a(zig_clang_driver.cpp.o): in function `ZigClang_main':
zig_clang_driver.cpp:(.text+0x1a9b): undefined reference to `clang::driver::ToolChain::getTargetAndModeFromProgramName(llvm::StringRef)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x2423): undefined reference to `clang::driver::createDriverOptTable()'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x246f): undefined reference to `clang::ParseDiagnosticArgs(clang::DiagnosticOptions&, llvm::opt::ArgList&, clang::DiagnosticsEngine*, bool, bool)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x2574): undefined reference to `clang::TextDiagnosticPrinter::TextDiagnosticPrinter(llvm::raw_ostream&, clang::DiagnosticOptions*, bool)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x2629): undefined reference to `clang::DiagnosticIDs::DiagnosticIDs()'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x265b): undefined reference to `clang::DiagnosticsEngine::DiagnosticsEngine(llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs>, llvm::IntrusiveRefCntPtr<clang::DiagnosticOptions>, clang::DiagnosticConsumer*, bool)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x26a3): undefined reference to `clang::ProcessWarningOptions(clang::DiagnosticsEngine&, clang::DiagnosticOptions const&, bool)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x26ef): undefined reference to `clang::driver::Driver::Driver(llvm::StringRef, llvm::StringRef, clang::DiagnosticsEngine&, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x2a55): undefined reference to `clang::driver::Driver::BuildCompilation(llvm::ArrayRef<char const*>)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x2a97): undefined reference to `clang::driver::Compilation::~Compilation()'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x3083): undefined reference to `clang::DiagnosticsEngine::~DiagnosticsEngine()'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x37d7): undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x3993): undefined reference to `clang::serialized_diags::create(llvm::StringRef, clang::DiagnosticOptions*, bool)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x39d1): undefined reference to `vtable for clang::ChainedDiagnosticConsumer'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x39fe): undefined reference to `clang::DiagnosticsEngine::setClient(clang::DiagnosticConsumer*, bool)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x3a7a): undefined reference to `clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x3c64): undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x3f50): undefined reference to `clang::driver::Driver::generateCompilationDiagnostics(clang::driver::Compilation&, clang::driver::Command const&, llvm::StringRef, clang::driver::Driver::CompilationDiagnosticReport*)'
/usr/bin/ld: zig_clang_driver.cpp:(.text+0x43b2): undefined reference to `clang::DiagnosticsEngine::EmitCurrentDiagnostic(bool)'
collect2: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment