[InstCombine] Signed saturation patterns
[llvm-core.git] / utils / gn / build / libs / pthread / BUILD.gn
blob7708d3146033696fc00c433e7449d03f654f7c6a
1 import("//llvm/utils/gn/build/libs/pthread/enable.gni")
3 config("pthread_config") {
4   visibility = [ ":pthread" ]
5   libs = [ "pthread" ]
8 group("pthread") {
9   # On Android, bionic has built-in support for pthreads.
10   if (llvm_enable_threads && current_os != "win" && current_os != "android") {
11     public_configs = [ ":pthread_config" ]
12   }