Drop the OS from the WebAssembly target triple for now.
authorDan Gohman <dan433584@gmail.com>
Tue, 30 Jun 2015 03:52:25 +0000 (03:52 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 30 Jun 2015 03:52:25 +0000 (03:52 +0000)
commit06bc362502660384e9fdf23a53da874236a741be
treec5aee9cba2cc5639d51d36d5daac187e48abed5c
parent09912eb9ecb1fe093436435bb7e0c1a841291866
Drop the OS from the WebAssembly target triple for now.

This unbreaks TripleTest.Normalization. We'll have to come up with a new
plan for the OS component of the target triple for WebAssembly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241041 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
unittests/ADT/TripleTest.cpp