llvm-project/llvm/utils/gn/secondary/compiler-rt/BUILD.gn

9 lines
330 B
Plaintext

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