mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 01:30:24 +08:00
When we generate these stub functions on signature mismatches give them a more meaningful name so that when people see this in stack traces is gives a clue as the what is going on. See: https://github.com/emscripten-core/emscripten/issues/10226 Differential Revision: https://reviews.llvm.org/D72881