This is an archive of the discontinued LLVM Phabricator instance.

[llvm-c] Add LLVMPointerType2
AbandonedPublic

Authored by aeubanks on Mar 9 2023, 11:16 AM.

Details

Reviewers
nikic
deadalnix
Summary

In preparation for removing some of the typed pointer APIs.

Diff Detail

Event Timeline

aeubanks created this revision.Mar 9 2023, 11:16 AM
Herald added a project: Restricted Project. · View Herald Transcript
aeubanks requested review of this revision.Mar 9 2023, 11:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 11:16 AM
nikic added a comment.Mar 9 2023, 11:33 AM

Do we really need this? I thought we intentionally don't add more APIs using the global context.

Do we really need this? I thought we intentionally don't add more APIs using the global context.

I wasn't aware of that, I can abandon this patch if so

aeubanks abandoned this revision.Mar 15 2023, 1:26 PM