[PATCH] D129113: Fix test: LLVMGetBitcodeModule takes ownership of memory buffer

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 02:40:21 PDT 2022


foad added inline comments.


================
Comment at: llvm/include/llvm-c/BitReader.h:65
+/** Reads a module from the given memory buffer, returning via the OutMP
+ * parameter a  * module provider which performs lazy deserialization.
+ *
----------------
Spurious `  * `


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129113



More information about the llvm-commits mailing list