[PATCH] D78162: [CodeGen] Mark inline definitions of builtins as nobuiltin only if we plan to emit them.
    Marco Elver via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue May 19 03:45:14 PDT 2020
    
    
  
melver added a comment.
This seems to be causing problems for the Linux kernel with ASan instrumentation enabled: https://lkml.kernel.org/r/20200518180513.GA114619@google.com
Still investigating if it's the kernel, KASAN, or Clang that's doing something wrong. Any pointers welcome.
Many thanks!
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78162/new/
https://reviews.llvm.org/D78162
    
    
More information about the cfe-commits
mailing list