[PATCH] D39297: [DynamicLibrary] Fix build on musl libc

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 12:05:32 PDT 2017


loladiro added a comment.

  error: cannot initialize return object of type 'void *' with an rvalue of type 'FILE *const *' (aka '_IO_FILE *const *')
      EXPLICIT_SYMBOL(stderr);
      ^~~~~~~~~~~~~~~~~~~~~~~


Repository:
  rL LLVM

https://reviews.llvm.org/D39297





More information about the llvm-commits mailing list