[PATCH] D79655: [WebAssembly] Ignore exception specifications
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 11 11:18:05 PDT 2020
aheejin marked an inline comment as done.
aheejin added inline comments.
================
Comment at: clang/test/CodeGenCXX/wasm-eh.cpp:399
+// RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -fwasm-exceptions -target-feature +exception-handling -S -o - -std=c++11 | FileCheck %s --check-prefix=ASSEMBLY
+
----------------
This was preexisting just moved
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79655/new/
https://reviews.llvm.org/D79655
More information about the cfe-commits
mailing list