[PATCH] D64322: [WebAssembly] Add support for llvm.clear_cache intrinsic
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 07:03:54 PDT 2019
sunfish added a comment.
Any code that thinks it needs to "clear the cache" is very likely doing something which won't actually work on wasm. Would it be reasonable to issue a `report_fatal_error` here?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64322/new/
https://reviews.llvm.org/D64322
More information about the llvm-commits
mailing list