summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/compiler-rt/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/gn/secondary/compiler-rt/BUILD.gn')
-rw-r--r--llvm/utils/gn/secondary/compiler-rt/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/compiler-rt/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/BUILD.gn
index d2bfd1c07b3..1da710d5ac9 100644
--- a/llvm/utils/gn/secondary/compiler-rt/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/BUILD.gn
@@ -1,4 +1,7 @@
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)",
]
OpenPOWER on IntegriCloud