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

Julien Ramseier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 02:03:08 PST 2018


elram reopened this revision.
elram added a comment.
This revision is now accepted and ready to land.

Has this been tested?
The modified EXPLICIT_SYMBOL is #undef at line 102 and does not apply to the EXPLICIT_SYMBOL(stdin/out/err) below.


Repository:
  rL LLVM

https://reviews.llvm.org/D39297





More information about the llvm-commits mailing list