search for: __asan_report_load1

Displaying 2 results from an estimated 2 matches for "__asan_report_load1".

Did you mean: __asan_report_load8
2012 Nov 16
0
[LLVMdev] Two questions about pass managers and passes
...input ; CHECK: call void @__asan_before_dynamic_init ^ <stdin>:20:35: note: scanning from here define internal void @_GLOBAL__I_a() address_safety section ".text.startup" { ^ <stdin>:33:3: note: possible intended match here declare void @__asan_report_load1(i64) ^ -- I presume this is either a bug (as the ordering of the doInitialization/doFinalization per module should not matter as they are just setting up/clearing up internal state) and/or it is some interaction with the rest of the code in the main loop of MPPassManager::runOnModule. That is, som...
2012 Nov 16
0
[LLVMdev] Two questions regarding pass managers and passes
...nput ; CHECK: call void @__asan_before_dynamic_init ^ <stdin>:20:35: note: scanning from here define internal void @_GLOBAL__I_a() address_safety section ".text.startup" { ^ <stdin>:33:3: note: possible intended match here declare void @__asan_report_load1(i64) ^ -- I presume this is either a bug (as the ordering of the doInitialization/doFinalization per module should not matter as they are just setting up/clearing up internal state) and/or it is some interaction with the rest of the code in the main loop of MPPassManager::runOnModule. That is, so...