mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
The recent GCOV changes expect the initial version string to be in forward order.
llvm-svn: 179050
This commit is contained in:
@@ -137,7 +137,7 @@ public:
|
||||
#include "clang/Frontend/CodeGenOptions.def"
|
||||
|
||||
RelocationModel = "pic";
|
||||
memcpy(CoverageVersion, "*204", 4);
|
||||
memcpy(CoverageVersion, "402*", 4);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user