[WebAssembly] Test the "wasm32-wasi" triple
authorDan Gohman <dan433584@gmail.com>
Tue, 30 Apr 2019 23:04:49 +0000 (23:04 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 30 Apr 2019 23:04:49 +0000 (23:04 +0000)
commit8e7a05a4567a783069d83b442983b9e47677ea27
tree8c5674d6d10f858fb286aa5cfa4dc1cee6e018ad
parentd39fbc7e20d84364e409ce59724ce20625637062
[WebAssembly] Test the "wasm32-wasi" triple

Add triple tests for "wasm32-wasi" and "wasm64-wasi", and also remove the
"-musl" component from the existing wasm triple tests as we're not using that
in practice (WASI libc is derived in part from musl, but it is not fully
musl-compatible).

Differential Revision: https://reviews.llvm.org/D61334

Reviewer: sbc100
llvm-svn: 359629
llvm/unittests/ADT/TripleTest.cpp