Alexandre Ganea 39e192b379
[Support] Silence warnings when retrieving exported functions (#97905)
Since functions exported from DLLs are type-erased, before this patch I
was seeing the new Clang 19 warning `-Wcast-function-type-mismatch`.

This happens when building LLVM on Windows.

Following discussion in
593f708118 (commitcomment-143905744)
2024-07-30 19:06:03 -04:00
..