summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/wasm32-unknown-unknown.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-311-7/+10
| | | | | | | | | | Summary: This patch runs clang-format on all wasm-only files. Subscribers: dschuff, sbc100, jgravelle-google, sunfish, jfb, cfe-commits Differential Revision: https://reviews.llvm.org/D51448 llvm-svn: 341254
* [WebAssembly] Enable -fvisibility=hidden by default.Dan Gohman2016-01-071-10/+10
| | | | | | | This, along with many things in the WebAssembly target, is experimental. Feedback is welcome. llvm-svn: 257006
* [WebAssembly] Change long double to be quadruple-precision floating point.Dan Gohman2015-11-101-2/+2
| | | | llvm-svn: 252646
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+119
This implements basic support for compiling (though not yet assembling or linking) for a WebAssembly target. Note that ABI details are not yet finalized, and may change. Differential Revision: http://reviews.llvm.org/D12002 llvm-svn: 246814
OpenPOWER on IntegriCloud