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)",
  ]
}
