[Lldb-commits] [PATCH] Windows Build Fixes

Ed Maste emaste at freebsd.org
Fri Oct 18 07:39:31 PDT 2013



================
Comment at: source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp:28
@@ -27,1 +27,3 @@
 
+#if defined(_MSC_VER)
+#define __func__ __FUNCTION__
----------------
perhaps add this to a common header instead?



http://llvm-reviews.chandlerc.com/D1976



More information about the lldb-commits mailing list