Migration of clang tests to opaque pointers is finished, so remove the -no-opaque-pointers flag.
\o/
Paths
| Differential D152447
[Clang] Remove -no-opaque-pointers cc1 flag ClosedPublic Authored by nikic on Jun 8 2023, 7:56 AM.
Details
Summary Migration of clang tests to opaque pointers is finished, so remove the -no-opaque-pointers flag. \o/
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 8 2023, 8:20 AM Closed by commit rG066fb7a58c5a: [Clang] Remove -no-opaque-pointers cc1 flag (authored by nikic). · Explain WhyJun 8 2023, 8:52 AM This revision was automatically updated to reflect the committed changes. Comment Actions (I hope this doesn't come off as condescending/patronizing, I mean it quite genuinely) A deep thanks to everyone who worked on this, especially @aeubanks and @nikic, and @t.p.northover - it's been a long project and I really appreciate you folks picking up where I stalled out years ago/paying down the technical debt I created (which I'm sorry about).
Revision Contents
Diff 529620 clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/CodeGenAction.cpp
clang/test/CodeGen/opaque-pointers-flag.c
clang/test/CodeGenOpenCL/opaque-ptr-spirv.cl
llvm/docs/OpaquePointers.rst
|