[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / compiler-rt / test / test.gni
blobe2335933659fd060621480b366bf20af22a8058d
1 import("//llvm/utils/gn/build/toolchain/target_flags.gni")
3 declare_args() {
4   # Specifies the serial number of the Android device to be used for testing.
5   android_serial_for_testing = ""
8 target_flags_string = ""
10 foreach(flag, target_flags + target_ldflags + [ "-fuse-ld=lld" ]) {
11   if (target_flags_string != "") {
12     target_flags_string += " "
13   }
14   target_flags_string += flag