dwblaikie wrote: Oh, extra wrinkle. This only reproduces with codeview output, so compiled with: ``` clang++-tot test.cpp -c -target i686-windows-msvc -S -o - -emit-llvm -g ``` Shows the problem. https://github.com/llvm/llvm-project/pull/118710