aboutsummaryrefslogtreecommitdiffstats
path: root/cc/linker.go
Commit message (Expand)AuthorAgeFilesLines
* Add libwinpthread, link it into win32 binaries.Josh Gao2017-02-231-0/+4
* Support explicit header-only librariesColin Cross2016-12-131-0/+9
* Permit allow_undefined_symbols inside arch blocksColin Cross2016-12-081-1/+1
* Support grouping static librariesColin Cross2016-12-021-0/+8
* Add Toolchain.Bionic()Dan Willemsen2016-11-171-2/+2
* Start using "struct Objects" to store object PathsDan Willemsen2016-10-311-1/+1
* Don't pass -Wl,--no-undefined to host targetsColin Cross2016-10-211-1/+6
* Ninja and shell escape command line flagsColin Cross2016-09-291-1/+3
* Add export_generated_headersDan Willemsen2016-09-281-0/+5
* Use libcompiler-rt_extras with NDK builds.Dan Albert2016-09-141-1/+1
* Refactor cc modules to use decorators instead of inheritanceColin Cross2016-08-051-41/+17
* Remove unused flags.NocrtColin Cross2016-08-051-2/+0
* Rename compiler, linker and installer methods to be uniqueColin Cross2016-08-011-4/+4
* Separate cc.goColin Cross2016-07-291-0/+216