summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Driver/ToolChains.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tedu files that got removed in LLVM 5.0.0.patrick2017-10-041-5394/+0
|
* Merge LLVM 4.0.0 rc1patrick2017-01-241-457/+706
|
* Merge LLVM 3.9.1patrick2017-01-141-379/+926
|
* With clang as cross-compiler we need to make it pass the library pathpatrick2017-01-041-1/+1
| | | | | | | to our linker. Additionally, we need to make sure the library path is prefixed with the cross directory, which is sysroot. ok kettenis@
* Let clang use libc++/libc++abi and its header files per default. You can stillpascal2016-09-051-0/+52
| | | | | | use the old libstdc++ by specifying -stdlib=libstdc++. with hints from/looks good to patrick@, ok kettenis@
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+4546
ok hackroom@