Author
anonymous
1 day ago
Language
C++
Compiler
clang HEAD 21.0.0git (https://github.com/llvm/llvm-project.git 6ba704a7f4e72ba088fa19c7622e42b9c460da47)
Options
Warnings
Verbose
Don't Use Boost
C++17
-pedantic-errors
Author
anonymous
1 day ago
$ clang++ prog.cc -Wall -Wextra -v -std=c++17 -pedantic-errors
clang version 21.0.0git (https://github.com/llvm/llvm-project.git ed2f89fa00c784c6a4290955fb2c68dea033fe59)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/wandbox/clang-head/bin
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/13
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
Candidate multilib: .;@m64
Selected multilib: .;@m64
"/opt/wandbox/clang-head/bin/clang++" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -dumpdir prog.exe- -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name prog.cc -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/wandbox -v -fcoverage-compilation-dir=/home/wandbox -nostdinc++ -resource-dir /opt/wandbox/clang-head/lib/clang/21 -I /opt/wandbox/clang-head/include/c++/v1 -I /opt/wandbox/clang-head/include/x86_64-unknown-linux-gnu/c++/v1/ -I /opt/wandbox/hpplib -D FMT_HEADER_ONLY -internal-isystem /opt/wandbox/clang-head/lib/clang/21/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -Wextra -pedantic-errors -std=c++17 -fdeprecated-macro -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fcolor-diagnostics -fansi-escape-codes -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /tmp/prog-b66cc0.o -x c++ prog.cc
clang -cc1 version 21.0.0git based upon LLVM 21.0.0git default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
ignoring nonexistent directory "/include"
#include "..." search starts here:
#include <...> search starts here:
/opt/wandbox/clang-head/include/c++/v1
/opt/wandbox/clang-head/include/x86_64-unknown-linux-gnu/c++/v1
/opt/wandbox/hpplib
/opt/wandbox/clang-head/lib/clang/21/include
/usr/local/include
/usr/include/x86_64-linux-gnu
/usr/include
End of search list.
"/usr/bin/ld" -z relro --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o prog.exe /lib/x86_64-linux-gnu/Scrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/opt/wandbox/clang-head/lib -L/opt/wandbox/clang-head/lib/x86_64-unknown-linux-gnu -L/opt/wandbox/clang-head/bin/../lib/x86_64-unknown-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib64 -L/lib -L/usr/lib -rpath /opt/wandbox/clang-head/lib -rpath /opt/wandbox/clang-head/lib/x86_64-unknown-linux-gnu -lpthread -lc++abi /tmp/prog-b66cc0.o -lc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
Exit Code:
0