The recent GCOV changes expect the initial version string to be in forward order.

llvm-svn: 179050
This commit is contained in:
Bill Wendling
2013-04-08 20:36:44 +00:00
parent 6bee682fae
commit c3aabcff6d

View File

@@ -137,7 +137,7 @@ public:
#include "clang/Frontend/CodeGenOptions.def"
RelocationModel = "pic";
memcpy(CoverageVersion, "*204", 4);
memcpy(CoverageVersion, "402*", 4);
}
};