mstorsjo added a comment.

In D123300#3446823 <https://reviews.llvm.org/D123300#3446823>, @aeubanks wrote:

> 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

Thanks! I think the rest of my regularly build tested code now builds fine 
after that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123300/new/

https://reviews.llvm.org/D123300

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to