[PATCH] D147307: [clang] Consider artificial always inline builtin as inline builtins
    Aaron Ballman via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Apr  3 05:46:37 PDT 2023
    
    
  
aaron.ballman added a reviewer: rjmccall.
aaron.ballman added a comment.
I don't feel particularly qualified to review this, but my reading of the GCC docs suggest that this attribute should only impact debug information and nothing else about codegen. However, `FunctionDecl::isInlineBuiltinDeclaration()` is used within `CodeGenFunction::GenerateCode()` and so I wonder if the change is correct or not.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147307/new/
https://reviews.llvm.org/D147307
    
    
More information about the cfe-commits
mailing list