[WebAssembly] Don't default to ELF in the triple.
authorDan Gohman <dan433584@gmail.com>
Mon, 17 Aug 2015 22:37:56 +0000 (22:37 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 17 Aug 2015 22:37:56 +0000 (22:37 +0000)
commit440cf86615496b050cc4ee89c96644e5ae37e151
treeaada6320ea842681185709d99c36a2c98b242c09
parentc8cfff3bc830806762924a898326ece450f6ee09
[WebAssembly] Don't default to ELF in the triple.

WebAssembly doesn't yet have a specified binary format, and it may not
end up being ELF, so we don't want the Triple class defaulting to ELF
for it at this time.

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