[PATCH] D107506: [PowerPC][AIX] Warn when using pragma align(packed) on AIX.
    Sean Fertile via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Aug  5 12:12:47 PDT 2021
    
    
  
sfertile added a comment.
Good point Chris. The only difference in layout is related to bitfield members, so I have moved the warning to `VerifyBitField` as suggested.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107506/new/
https://reviews.llvm.org/D107506
    
    
More information about the cfe-commits
mailing list