[PATCH] D129113: Fix test: LLVMGetBitcodeModule takes ownership of memory buffer
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 11:07:23 PDT 2022
nhaehnle marked an inline comment as done.
nhaehnle 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.
+ *
----------------
foad wrote:
> Spurious ` * `
Thanks, fixing it.
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