Extended Description
Currently, lld's -gdb-index doesn't work without adding -ggnu-pubnames to the compiler command line. Looks like GNU gold can create a correct .gdb_index section without that compiler flag.
We want to improve lld so that it can create a .gdb_index section without passing -ggnu-pubnames to compilers.