reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
import("//llvm/lib/Target/targets.gni")

# A single string with all built targets, separated by spaces.
llvm_targets_to_build_string = ""
foreach(target, llvm_targets_to_build) {
  if (llvm_targets_to_build_string != "") {
    llvm_targets_to_build_string += " "
  }
  llvm_targets_to_build_string += target
}