[PATCH] D103503: [OpaquePtr] Introduce option to force all pointers to be opaque pointers

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 3 09:53:03 PDT 2021


aeubanks updated this revision to Diff 349594.
aeubanks added a comment.

only touch functions in ValueEnumerator
move ForceOpaquePointers to LLVMContextImpl (this doesn't currently work in some tools since LLVMContext is created before parsing command line opts)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103503

Files:
  llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
  llvm/lib/IR/LLVMContextImpl.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/lib/IR/Type.cpp
  llvm/test/Other/force-opaque-ptrs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103503.349594.patch
Type: text/x-patch
Size: 4227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210603/d1e92c3f/attachment.bin>


More information about the llvm-commits mailing list