aboutsummaryrefslogtreecommitdiffstats
path: root/cc/linker.go
Commit message (Expand)AuthorAgeFilesLines
* Add exclude_shared_libs, expand exclude_static_libs to cover static_libsColin Cross2020-06-241-1/+6
* Propagate empty vs unspecified system_shared_libs correctly.Martin Stjernholm2020-05-061-1/+9
* Add sdk mutator for native modulesColin Cross2020-04-271-0/+11
* Copy shared_libs and system_shared_libs to module snapshotPaul Duffin2020-04-221-0/+6
* Add support for order-only dependencies to RuleBuilderAutomerger Merge Worker2020-04-091-3/+5
* Merge "Add static_libs field to target.vendor"Treehugger Robot2020-02-211-0/+5
|\
| * Add static_libs field to target.vendorChong Zhang2020-02-201-0/+5
* | Merge "Use relocation-packer style relocation packing between 23 and 28."Elliott Hughes2020-01-291-0/+2
|\ \
| * | Use relocation-packer style relocation packing between 23 and 28.Elliott Hughes2020-01-281-0/+2
* | | Add whole_static_libs to non-svelte configs.Christopher Ferris2020-01-281-0/+5
|/ /
* | Add target.ramdiskYifan Hong2020-01-221-0/+22
* | build: Link the unwinder dynamically into platform and vendor binaries.Peter Collingbourne2020-01-101-2/+1
|/
* Split local and global cflagsColin Cross2019-11-071-20/+21
* Fix missing deps found through RBEDan Willemsen2019-09-191-1/+1
* Merge "Add -Wl,--exclude-libs=libclang_rt.builtins to ldflags"Tom Cherry2019-08-191-0/+4
|\
| * Add -Wl,--exclude-libs=libclang_rt.builtins to ldflagsTom Cherry2019-08-091-0/+4
* | Merge "Add cc_*.target.recovery.static_libs"Treehugger Robot2019-08-071-0/+5
|\ \ | |/ |/|
| * Add cc_*.target.recovery.static_libsYifan Hong2019-08-051-0/+5
* | Add sort_bss_symbols_by_size property for shared libsVic Yang2019-07-291-13/+26
* | Manually escape BuildNumberFromFileColin Cross2019-07-161-1/+1
|/
* Revert "Revert "Revert "Revert "Enable lld for windows""""Josh Gao2019-06-101-6/+2
* Revert "Revert "Revert "Enable lld for windows"""Josh Gao2019-06-071-2/+6
* Clean up no_libgccYi Kong2019-06-031-6/+0
* Strip libgcc to only keep fallback symbolsYi Kong2019-04-301-4/+4
* Revert "Revert "Enable lld for windows""Pirama Arumuga Nainar2019-04-161-6/+2
* Make libc_scudo always go first.Christopher Ferris2019-04-031-0/+11
* Revert "Enable lld for windows"Josh Gao2019-04-031-2/+6
* Enable lld for windowsPirama Arumuga Nainar2019-03-201-6/+2
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-11/+1
* Replace *Escape with *EscapeListColin Cross2019-03-041-1/+1
* Annotate No_libcrt with arch_variantYi Kong2019-02-151-1/+1
* Use no_libcrt property instead of hard coding projects to excludeYi Kong2019-02-121-7/+2
* Support building for Fuchsia.Doug Horn2019-01-241-1/+17
* Always respect system_shared_libs from Android.bpLogan Chien2019-01-171-4/+4
* Add Symbol_ordering_file propertyVic Yang2019-01-141-0/+15
* Apply system_shared_libs to static librariesDan Willemsen2018-12-031-25/+24
* Do not generate SHT_RELR relocations before API 28Zhizhou Yang2018-11-301-0/+25
* Shard arch property structsColin Cross2018-11-121-19/+10
* Add shared_libs to vendor and recovery targets.Martin Stjernholm2018-11-071-0/+10
* Add support for versioned stubs.Jiyong Park2018-10-301-23/+32
* Remove USE_CLANG_LLD[=false]Dan Willemsen2018-10-211-1/+1
* Add an option for libraries to opt out of libcrtYi Kong2018-10-101-4/+11
* Revert "Revert "Move libgcc to libcrt.builtins""Yi Kong2018-10-091-5/+7
* Remove GCC checksDan Willemsen2018-10-091-10/+4
* Revert "Move libgcc to libcrt.builtins"Yi Kong2018-10-051-7/+5
* Move libgcc to libcrt.builtinsYi Kong2018-10-041-5/+7
* Add exclude_header_libs for recovery_available:true libsHridya Valsaraju2018-08-101-0/+6
* Add exclude_header_libs for vendor_available:true libsJiwen 'Steve' Cai2018-08-091-0/+5
* Dedup version-script handling code.Dan Albert2018-08-081-3/+45
* Use clang for windows host modulesPirama Arumuga Nainar2018-06-251-0/+4