================ 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