This is an archive of the discontinued LLVM Phabricator instance.

[llvm-ocaml] Replace all typed pointer functions with opaque pointer functions
ClosedPublic

Authored by alan on Oct 8 2022, 7:01 PM.

Diff Detail

Event Timeline

alan created this revision.Oct 8 2022, 7:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2022, 7:01 PM
Herald added a subscriber: ormris. · View Herald Transcript
alan requested review of this revision.Oct 8 2022, 7:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2022, 7:01 PM
alan updated this revision to Diff 466330.Oct 8 2022, 7:18 PM

Consistently use the name [sp] for address space

aeubanks accepted this revision.Oct 10 2022, 12:09 PM
This revision is now accepted and ready to land.Oct 10 2022, 12:09 PM
alan updated this revision to Diff 466935.Oct 11 2022, 2:58 PM

Run clang-format on changes