]> granicus.if.org Git - clang/commit
[WebAssembly] Make wasm-eh.cpp requires WebAssembly
authorHeejin Ahn <aheejin@gmail.com>
Thu, 12 Sep 2019 06:52:24 +0000 (06:52 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Thu, 12 Sep 2019 06:52:24 +0000 (06:52 +0000)
commit2e91dbb2bc0dfc946f5f272c37ed17bb73ce6aa8
treefb1476fb52f0aa8aaed233f4c9983e9da09574ba
parent03e9a5977495662703ff58ab8f26e07b8c0d1254
[WebAssembly] Make wasm-eh.cpp requires WebAssembly

D67208 added a new test line to wasm-eh.cpp that invokes the LLVM
backend and this test fails on bots that don't have WebAssembly target.
This makes wasm-eh.cpp explicitly require WebAssembly so this will be
skipped on those targets.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371711 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/wasm-eh.cpp