From e81ac85f7827256d07967ebd8bbefd4bfe92ddd3 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Wed, 31 Jan 2024 09:20:00 -0600 Subject: [PATCH] use llvm18 --- args.gn | 4 ++-- arm/win_ARM_args.gn | 4 ++-- infra/DEBUG/debug_args.gn | 4 ++-- infra/DEBUG/win_debug_args.gn | 4 ++-- other/AVX2/linux_AVX2_args.gn | 4 ++-- other/AVX2/win_AVX2_args.gn | 4 ++-- other/Mac/mac_ARM_args.gn | 4 ++-- other/Mac/mac_args.gn | 4 ++++ other/SSE2/args_SSE2.gn | 4 ++-- other/SSE2/win_SSE2_args.gn | 4 ++-- other/SSE3/args_SSE3.gn | 4 ++-- other/SSE3/win_SSE3_args.gn | 4 ++-- win_args.gn | 4 ++-- 13 files changed, 28 insertions(+), 24 deletions(-) diff --git a/args.gn b/args.gn index 7f91cdaa..4ca98072 100644 --- a/args.gn +++ b/args.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" # is_chancie_wancie_build = true -# clang_base_path = "/usr/lib/llvm-17" -# clang_version = "17" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "linux" target_cpu = "x64" diff --git a/arm/win_ARM_args.gn b/arm/win_ARM_args.gn index 9de345e2..3a1ff953 100644 --- a/arm/win_ARM_args.gn +++ b/arm/win_ARM_args.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" visual_studio_version = "2022" -# clang_base_path = "/usr/lib/llvm-16" -# clang_version = "16" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "win" is_win_arm64 = true diff --git a/infra/DEBUG/debug_args.gn b/infra/DEBUG/debug_args.gn index 49104472..4edddc86 100644 --- a/infra/DEBUG/debug_args.gn +++ b/infra/DEBUG/debug_args.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" # is_chancie_wancie_build = true -# clang_base_path = "/usr/lib/llvm-17" -# clang_version = "17" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "linux" target_cpu = "x64" diff --git a/infra/DEBUG/win_debug_args.gn b/infra/DEBUG/win_debug_args.gn index b1e5fff5..66e1d7a7 100644 --- a/infra/DEBUG/win_debug_args.gn +++ b/infra/DEBUG/win_debug_args.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" visual_studio_version = "2022" -# clang_base_path = "/usr/lib/llvm-17" -# clang_version = "17" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "win" target_cpu = "x64" diff --git a/other/AVX2/linux_AVX2_args.gn b/other/AVX2/linux_AVX2_args.gn index 7f91cdaa..4ca98072 100644 --- a/other/AVX2/linux_AVX2_args.gn +++ b/other/AVX2/linux_AVX2_args.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" # is_chancie_wancie_build = true -# clang_base_path = "/usr/lib/llvm-17" -# clang_version = "17" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "linux" target_cpu = "x64" diff --git a/other/AVX2/win_AVX2_args.gn b/other/AVX2/win_AVX2_args.gn index 1e117cfc..f556032f 100644 --- a/other/AVX2/win_AVX2_args.gn +++ b/other/AVX2/win_AVX2_args.gn @@ -3,8 +3,8 @@ google_default_client_id = "" google_default_client_secret = "" visual_studio_version = "2022" # is_chancie_wancie_build = true -# clang_base_path = "/usr/lib/llvm-16" -# clang_version = "16" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "win" target_cpu = "x64" diff --git a/other/Mac/mac_ARM_args.gn b/other/Mac/mac_ARM_args.gn index 4bae699e..00f22908 100644 --- a/other/Mac/mac_ARM_args.gn +++ b/other/Mac/mac_ARM_args.gn @@ -1,6 +1,6 @@ # is_chancie_wancie_build = true -# clang_base_path = "/usr/lib/llvm-17" -# clang_version = "17" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "mac" target_cpu = "arm64" diff --git a/other/Mac/mac_args.gn b/other/Mac/mac_args.gn index c3c278c4..50707d2c 100644 --- a/other/Mac/mac_args.gn +++ b/other/Mac/mac_args.gn @@ -1,6 +1,10 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" +# is_chancie_wancie_build = true +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" +# use_polly = true target_os = "mac" target_cpu = "x64" v8_target_cpu = "x64" diff --git a/other/SSE2/args_SSE2.gn b/other/SSE2/args_SSE2.gn index a0f698f3..7480c4fa 100644 --- a/other/SSE2/args_SSE2.gn +++ b/other/SSE2/args_SSE2.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" # is_chancie_wancie_build = true -# clang_base_path = "/usr/lib/llvm-16" -# clang_version = "16" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "linux" target_cpu = "x86" diff --git a/other/SSE2/win_SSE2_args.gn b/other/SSE2/win_SSE2_args.gn index d8d0a3b0..63ddafca 100644 --- a/other/SSE2/win_SSE2_args.gn +++ b/other/SSE2/win_SSE2_args.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" visual_studio_version = "2022" -# clang_base_path = "/usr/lib/llvm-16" -# clang_version = "16" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "win" target_cpu = "x86" diff --git a/other/SSE3/args_SSE3.gn b/other/SSE3/args_SSE3.gn index 40302644..8c6293d0 100644 --- a/other/SSE3/args_SSE3.gn +++ b/other/SSE3/args_SSE3.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" # is_chancie_wancie_build = true -# clang_base_path = "/usr/lib/llvm-16" -# clang_version = "16" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "linux" target_cpu = "x64" diff --git a/other/SSE3/win_SSE3_args.gn b/other/SSE3/win_SSE3_args.gn index 37d30381..bc403bbd 100644 --- a/other/SSE3/win_SSE3_args.gn +++ b/other/SSE3/win_SSE3_args.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" visual_studio_version = "2022" -# clang_base_path = "/usr/lib/llvm-16" -# clang_version = "16" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "win" target_cpu = "x64" diff --git a/win_args.gn b/win_args.gn index e5441bd1..0fee77a1 100644 --- a/win_args.gn +++ b/win_args.gn @@ -2,8 +2,8 @@ google_api_key = "" google_default_client_id = "" google_default_client_secret = "" visual_studio_version = "2022" -# clang_base_path = "/usr/lib/llvm-17" -# clang_version = "17" +# clang_base_path = "/usr/lib/llvm-18" +# clang_version = "18" # use_polly = true target_os = "win" target_cpu = "x64"