[PATCH] D41017: Fix test/msan/iconv.cc on NetBSD

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 15:52:35 PST 2017


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/msan/iconv.cc:19
+#if defined(__FreeBSD__) || defined(__NetBSD__)
+  // Due to old POSIX mistake some OSes expect 2nd argument of iconv() to be of type 'const char**'.
   const char *inbuf = inbuf_;
----------------
line is too long


Repository:
  rL LLVM

https://reviews.llvm.org/D41017





More information about the llvm-commits mailing list