summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Driver (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Let clang use libc++/libc++abi and its header files per default. You can stillpascal2016-09-052-0/+59
| | | | | | use the old libstdc++ by specifying -stdlib=libstdc++. with hints from/looks good to patrick@, ok kettenis@
* Link static PIEs with the correct C runtime (rcrt0.o).pascal2016-09-051-0/+4
| | | | ok kettenis@
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-0321-0/+23644
ok hackroom@