[PATCH] D127728: [BitcodeReader] Allow reading pointer types from old IR
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 04:11:39 PST 2023
nikic added inline comments.
================
Comment at: llvm/unittests/Bitcode/BitReaderTest.cpp:352
+ LLVMContext Context;
+ Context.setOpaquePointers(true);
+
----------------
nit: These calls aren't necessary anymore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127728/new/
https://reviews.llvm.org/D127728
More information about the llvm-commits
mailing list