reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
group("compiler-rt") {
  # In the GN build, compiler-rt is always built by just-built clang and lld.
  # FIXME: For macOS and iOS builds, depend on lib in all needed target arch
  # toolchains and then lipo them together for the final output.
  deps = [
    "//compiler-rt/lib(//llvm/utils/gn/build/toolchain:stage2_unix)",
  ]
}