summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/WebAssembly.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Support -stdlib=libc++ switchSam Clegg2018-01-121-0/+20
* [WebAssembly] Remove `-allow-undefined-file wasm.syms` from linker argsSam Clegg2018-01-111-2/+0
* [WebAssembly] Pass through --undefined to Wasm LLDSam Clegg2017-12-021-0/+1
* [WebAssemby] Enable "-mthread-model single" by default, for now.Dan Gohman2017-11-271-0/+8
* Driver: remove `SupportsObjCGC` (NFC)Saleem Abdulrasool2017-11-191-3/+0
* [WebAssembly] Add crt1.o with calling lldSam Clegg2017-10-271-0/+3
* [WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg2017-10-271-1/+1
* [WebAssembly] Remove invliad lld argumentsSam Clegg2017-09-141-27/+0
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-2/+1
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-1/+2
* [WebAssembly] Add default -allow-undefined-file to linker argsSam Clegg2017-06-231-2/+3
* [WebAssembly] Fix location and -flavor when running lldSam Clegg2017-05-091-1/+4
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+163