[WebAssembly] Make getArchTypePrefix return "wasm".
authorDan Gohman <dan433584@gmail.com>
Mon, 17 Aug 2015 22:35:40 +0000 (22:35 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 17 Aug 2015 22:35:40 +0000 (22:35 +0000)
commitf201263192683504fc237eec631f347604cd6de8
tree5beb378d8f86ca9fbc2ceb02aafc074752e39a49
parentfb764b70be361651d2b1e7c49b846c0d4632b395
[WebAssembly] Make getArchTypePrefix return "wasm".

The arch prefix string isn't currently being used for anything on
WebAssembly, but if it were to be used, it makes sense to use the
same arch prefix string for wasm32 and wasm64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245252 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Triple.cpp