[PATCH] D74225: [AIX] Implement formal arguments passed in stack memory

Chris Bowler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 04:35:40 PST 2020


cebowleratibm added a comment.

There's some trailing whitespace that emits warnings when I apply the patch.  Probably a good idea to tidy it up.  I'll continue to review the content of that patch.

$ git apply D74225 <https://reviews.llvm.org/D74225>.diff.txt
D74225 <https://reviews.llvm.org/D74225>.diff.txt:157: trailing whitespace.
; 32BIT:       - { id: 3, type: default, offset: 80, size: 4
D74225 <https://reviews.llvm.org/D74225>.diff.txt:161: trailing whitespace.
; 32BIT:       - { id: 7, type: default, offset: 64, size: 4
D74225 <https://reviews.llvm.org/D74225>.diff.txt:179: trailing whitespace.
; 64BIT:       - { id: 0, type: default, offset: 168, size: 8
D74225 <https://reviews.llvm.org/D74225>.diff.txt:180: trailing whitespace.
; 64BIT:       - { id: 1, type: default, offset: 160, size: 8
D74225 <https://reviews.llvm.org/D74225>.diff.txt:181: trailing whitespace.
; 64BIT:       - { id: 2, type: default, offset: 152, size: 8
warning: squelched 10 whitespace errors
warning: 15 lines add whitespace errors.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74225/new/

https://reviews.llvm.org/D74225





More information about the llvm-commits mailing list