[clangd] Fix warnings
[llvm-project.git] / llvm / utils / gn / secondary / compiler-rt / test / test.gni
blob01de4ee09256c4e0318722c66f676535567935b3
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 = ""
7   # Android API level used in compiler-rt tests.
8   android_api_level = 29
11 target_flags_string = ""
13 foreach(flag, target_flags + target_cflags + target_ldflags) {
14   if (target_flags_string != "") {
15     target_flags_string += " "
16   }
17   target_flags_string += flag