From a69d2a18d207947a25838dd01d2116bee384b75b Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 25 Oct 2024 09:05:27 -0400 Subject: [PATCH] [gn] try to port b1be21394e9c more Bots are currently failing check-hwasan with llvm-lit: .../llvm/utils/lit/lit/llvm/subst.py:133: fatal: Did not find hwasan_symbolize in /.../out/gn/lib/clang/20/lib/linux Maybe this fixes that. See also llvm/utils/gn/secondary/compiler-rt/lib/hwasan/scripts/BUILD.gn. --- llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn index 7194c47b1becc4..520f3b6c01665f 100644 --- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn @@ -55,7 +55,7 @@ write_cmake_config("lit_common_configured") { "COMPILER_RT_ENABLE_INTERNAL_SYMBOLIZER_PYBOOL=False", "COMPILER_RT_HAS_NO_DEFAULT_CONFIG_FLAG_PYBOOL=True", "COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False", - "COMPILER_RT_RESOLVED_EXEC_OUTPUT_DIR=" + rebase_path(crt_current_out_dir), + "COMPILER_RT_RESOLVED_EXEC_OUTPUT_DIR=" + rebase_path("$root_out_dir/bin"), "COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" + rebase_path(crt_current_out_dir), "COMPILER_RT_RESOLVED_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),