bolt/deps/llvm-18.1.8/llvm/utils/gn/build/libs/implicit/BUILD.gn
2025-02-14 19:21:04 +01:00

10 lines
249 B
Text

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