Displaying 1 result from an estimated 1 matches for "qebapeav".
2018 Feb 20
0
clang-cl with PGO hits linker errors
...ocessor\basic_code_modules.obj
lld-link.exe: error: duplicate symbol: __profc_?flags at ios_base@std@@QEBAHXZ
in minidump-analyzer.obj and in
..\google-breakpad\src\processor\basic_code_modules.obj
lld-link.exe: error: duplicate symbol: __profc_?rdbuf@?$basic_ios at DU
?$char_traits at D@std@@@std@@QEBAPEAV?$basic_streambuf at DU?$char_traits at D@std@
@@2 at XZ in minidump-analyzer.obj and in
..\google-breakpad\src\processor\basic_code_modules.obj
and several dozen more like this, all with a __profc_ prefix.
I had hoped to isolate this by linking some small test files that use
iostreams, but they d...