[PATCH] D123300: [Clang] Enable opaque pointers by default
    Nikita Popov via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Apr 12 09:42:33 PDT 2022
    
    
  
nikic added a comment.
@mstorsjo Thanks! I've reduced this to a crash in `-argpromotion`:
  efine void @caller() {
    call i32 @callee(ptr null)
    ret void
  }
  
  define internal void @callee(ptr %p) {
    ret void
  }
Similar issue with function type mismatch.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123300/new/
https://reviews.llvm.org/D123300
    
    
More information about the cfe-commits
mailing list