This is an archive of the discontinued LLVM Phabricator instance.

[llvm-c] Remove LLVMContextSetOpaquePointers
ClosedPublic

Authored by aeubanks on Dec 6 2022, 9:20 AM.

Diff Detail

Event Timeline

aeubanks created this revision.Dec 6 2022, 9:20 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: hiraditya. · View Herald Transcript
aeubanks requested review of this revision.Dec 6 2022, 9:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2022, 9:20 AM
nikic added a comment.Dec 6 2022, 11:24 AM

I think it may make sense to keep this one for now. It can also be used to force-enable opaque pointers (avoid the auto-detection for bitcode).

nikic accepted this revision.Jan 25 2023, 1:01 AM

LGTM, now that LLVM 16 has branched.

This revision is now accepted and ready to land.Jan 25 2023, 1:01 AM
This revision was landed with ongoing or failed builds.Jan 25 2023, 10:30 AM
This revision was automatically updated to reflect the committed changes.