[PATCH] D79655: [WebAssembly] Handle exception specifications

Derek Schuff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 15 15:14:32 PDT 2020


dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.


================
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
+
----------------
aheejin wrote:
> This was preexisting just moved
Is it common in these tests to have RUN lines throughout the file instead of all together up at the top?


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