================
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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to