[PATCH] D51315: [debuginfo] generate debug info with asm+.file
Brian Cain via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 27 13:34:55 PDT 2018
bcain added a comment.
In https://reviews.llvm.org/D51315#1214857, @probinson wrote:
> The indentation in the test looks a little odd. Please verify there are no hard tabs.
> Otherwise LGTM.
>
> Please cite the PR number in the commit message, when you push this.
There's no hard tabs. The only indentation oddness that I identified was the 4-space indentation for nop versus 8-space for the .file directive. Corrected nop to match the .file.
Repository:
rL LLVM
https://reviews.llvm.org/D51315
More information about the llvm-commits
mailing list