[PATCH] D123300: [Clang] Enable opaque pointers by default
    Arthur Eubanks via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Apr 12 15:18:35 PDT 2022
    
    
  
aeubanks added a comment.
In D123300#3446023 <https://reviews.llvm.org/D123300#3446023>, @nikic wrote:
> @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.
Should be fixed with https://github.com/llvm/llvm-project/commit/51561b5e8017a3153629ba45b89d013ffa665f6c
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123300/new/
https://reviews.llvm.org/D123300
    
    
More information about the llvm-commits
mailing list