[PATCH] D123300: [Clang] Enable opaque pointers by default
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 05:57:57 PDT 2022
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
More information about the llvm-commits
mailing list