[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / compiler-rt / BUILD.gn
blob1da710d5ac9ba52e897abed5742d3eee96a50bf7
1 group("compiler-rt") {
2   # In the GN build, compiler-rt is always built by just-built clang and lld.
3   # FIXME: For macOS and iOS builds, depend on lib in all needed target arch
4   # toolchains and then lipo them together for the final output.
5   deps = [
6     "//compiler-rt/lib(//llvm/utils/gn/build/toolchain:stage2_unix)",
7   ]