[Lldb-commits] [PATCH] D11967: Export snprintf to avoid linking error with liblldb on Windows.

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 11 18:53:38 PDT 2015


chaoren added a subscriber: chaoren.
chaoren added a comment.

Sorry! I'll fix this as soon as I get home.

I have a question though, isn't this only a problem if whatever's linking
against lldb includes this header? This isn't in the API, so that shouldn't
happen. I also don't know if it's correct to label it LLDB_API when it's
not actually part of the API.


Repository:
  rL LLVM

http://reviews.llvm.org/D11967





More information about the lldb-commits mailing list