After https://github.com/emscripten-core/emscripten/pull/8651, Emscripten
supports the full UBSan runtime. This includes the VPtr sanitizer.
This diff allows clang to generate code that uses the VPtr sanitizer for
Emscripten.
Differential D62559
[WebAssembly] Support VPtr sanitizer for Emscripten quantum on May 28 2019, 4:54 PM. Authored by
Details After https://github.com/emscripten-core/emscripten/pull/8651, Emscripten This diff allows clang to generate code that uses the VPtr sanitizer for
Diff Detail
Event Timeline
|
Does this mean we only support Vptr among sanitizers here?