[PATCH] D152321: [clang] Replace use of Type::getPointerTo() (NFC)

Youngsuk Kim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 7 09:57:33 PDT 2023


JOE1994 added a comment.

Some tests that run with `-no-opaque-pointers` began failing after I updated the revision to get rid of bitcasts.
The bitcasts are still needed if running Clang with `-no-opaque-pointers`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152321/new/

https://reviews.llvm.org/D152321



More information about the cfe-commits mailing list