Support: adjust the default obj format for wasm
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 29 May 2017 00:14:57 +0000 (00:14 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 29 May 2017 00:14:57 +0000 (00:14 +0000)
commitf122423ace91fdbe5fd3ac51e732aed784a115be
tree618c7273cb7245d3ad5e8da9645701766732dc61
parent74fc1ce0c282d6aceec5f1adccc5f8d8d813ba93
Support: adjust the default obj format for wasm

WebAssemly uses a custom object file format.  For the wasm targets,
default to the `Wasm` object file format.

llvm-svn: 304117
llvm/lib/Support/Triple.cpp