[PATCH] D81341: [LLVM-C] Add C API for removing global

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 17:12:36 PDT 2020


efriedma added a comment.

> What do you mean by leak?

Leak, as in a memory leak.  After you've removed the global variable, there is no API to free the memory, or do anything useful with it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81341





More information about the llvm-commits mailing list