Improve documentation of CompileMultiTargets and related properties

Test: m nothing
Change-Id: I1e3f0bf7e2a1303d2519d8405a228e9234235514
This commit is contained in:
Paul Duffin
2020-02-25 15:50:49 +00:00
parent f5c0a9c8f3
commit ca7f0efc2d
2 changed files with 45 additions and 8 deletions

View File

@@ -1778,6 +1778,8 @@ func filterMultilibTargets(targets []Target, multilib string) []Target {
return ret
}
// Return the set of Os specific common architecture targets for each Os in a list of
// targets.
func getCommonTargets(targets []Target) []Target {
var ret []Target
set := make(map[string]bool)