pogo59 wrote: > This patch introduces a new Clang flag, `-mllvm -emit-func-debug-line-table-offsets` Nit: Technically that is not a Clang flag. A "Clang flag" would be a driver or cc1 option, not `-mllvm`. https://github.com/llvm/llvm-project/pull/93985