aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/gn/build/libs/implicit/BUILD.gn
blob: 6f330d2ded612ed0b80251ba5d03fb790a8b1ddd (plain)
1
2
3
4
5
6
7
8
9
10
# This target represents the library dependencies that are implicitly linked by
# the compiler.
if (current_os == "android") {
  group("implicit") {
    deps = [
      "//compiler-rt/lib/builtins",
      "//libunwind/src:unwind_static",
    ]
  }
}