summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/wasm-sanitize-vptr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Support VPtr sanitizer for EmscriptenThomas Lively2019-05-291-0/+20
Summary: 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. Patch by Guanzhong Chen Reviewers: tlively, aheejin Reviewed By: aheejin Subscribers: dschuff, sbc100, jgravelle-google, sunfish, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D62559 llvm-svn: 362004
OpenPOWER on IntegriCloud