This applies the fix as suggested by Gelbpunkt in https://github.com/llvm/llvm-project/issues/64730,
Thanks to Florian Mayer for pointing out that my earlier patch D151262
had caused this regression.
Differential D158116
Fix -DCOMPILER_RT_HWASAN_WITH_INTERCEPTORS=OFF regression thurston on Aug 16 2023, 1:52 PM. Authored by
Details This applies the fix as suggested by Gelbpunkt in https://github.com/llvm/llvm-project/issues/64730, Thanks to Florian Mayer for pointing out that my earlier patch D151262
Diff Detail
Event Timeline
|
I think we want to keep that as is, but move the InitializeCommonInterceptors into it (and add back the (void)(InitializeCommonInterceptors). Otherwise we will get the unused warnings that the voids are preventing