Displaying 3 results from an estimated 3 matches for "__profc_".
2018 Feb 20
0
clang-cl with PGO hits linker errors
I'm attempting to build Firefox on Windows using clang-cl with
-fprofile-instr-generate (*), but I'm running into some linker errors that
I haven't been able to make sense of.
lld-link.exe: error: duplicate symbol: __profc_?width at ios_base@std@@QEBA_JXZ
in minidump-analyzer.obj and in
..\google-breakpad\src\processor\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...
2020 Jan 13
2
Incorrect code generation when using -fprofile-generate on code which contains exception handling (Windows target)
...19: ; preds = %17
%20 = catchpad within %18 [%rtti.TypeDescriptor19* @"??_R0?AVexception at std@@@8", i32 8, %"class.std::exception"** %6]
%21 = load i64, i64* getelementptr inbounds ([3 x i64], [3 x i64]* @"__profc_?run at test@@QEAAXPEAVbase@@H at Z", i64 0, i64 2), align 8
%22 = add i64 %21, 1
store i64 %22, i64* getelementptr inbounds ([3 x i64], [3 x i64]* @"__profc_?run at test@@QEAAXPEAVbase@@H at Z", i64 0, i64 2), align 8
%23 = bitcast %class.base* %1 to void (%class.ba...
2020 Jan 14
2
Incorrect code generation when using -fprofile-generate on code which contains exception handling (Windows target)
...; preds = %17
> %20 = catchpad within %18 [%rtti.TypeDescriptor19*
> @"??_R0?AVexception at std@@@8", i32 8, %"class.std::exception"** %6]
> %21 = load i64, i64* getelementptr inbounds ([3 x i64], [3 x i64]*
> @"__profc_?run at test@@QEAAXPEAVbase@@H at Z", i64 0, i64 2), align 8
> %22 = add i64 %21, 1
> store i64 %22, i64* getelementptr inbounds ([3 x i64], [3 x i64]*
> @"__profc_?run at test@@QEAAXPEAVbase@@H at Z", i64 0, i64 2), align 8
> %23 = bitcast %class.base* %...