[Openmp-commits] [PATCH] D36343: Use va_copy instead of __va_copy to fix building libomp against musl libc
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Aug 7 14:26:13 PDT 2017
jlpeyton accepted this revision.
jlpeyton added a comment.
This revision is now accepted and ready to land.
All our sources are compiled as C++11 files and va_copy() is part of the C++11 standard. So this looks good to me.
https://reviews.llvm.org/D36343
More information about the Openmp-commits
mailing list