https://sourceware.org/bugzilla/show_bug.cgi?id=30967
--- Comment #15 from Aleksei Vetrov <vvvvvv at google dot com> --- Created attachment 15213 --> https://sourceware.org/bugzilla/attachment.cgi?id=15213&action=edit logger_write.cpp Attaching "logger_write.cpp" and a way to reproduce binary with big discriminator with clang-16: ``` clang++-16 -c -std=gnu++17 -O2 -g -nostdlibinc -m32 -march=prescott -fPIC \ -fdebug-info-for-profiling -funique-internal-linkage-names -mllvm \ -enable-fs-discriminator=true -o logger_write.o logger_write.cpp ``` And the output of `llvm-dwarfdump --debug-line logger_write.o` should show something like this: ``` 0x00000000000000b3 5 127 0 0 1207968256 0x00000000000000bb 5 127 0 0 1207968257 0x00000000000000bf 5 144 0 0 1207968258 ``` -- You are receiving this mail because: You are on the CC list for the bug.