Skip to content

Commit b4488b0

Browse files
nicoNoumanAmir657
authored andcommitted
[gn] try to port b1be213 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.
1 parent f36ade0 commit b4488b0

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/compiler-rt/test

1 file changed

+1
-1
lines changed

llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ write_cmake_config("lit_common_configured") {
5555
"COMPILER_RT_ENABLE_INTERNAL_SYMBOLIZER_PYBOOL=False",
5656
"COMPILER_RT_HAS_NO_DEFAULT_CONFIG_FLAG_PYBOOL=True",
5757
"COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False",
58-
"COMPILER_RT_RESOLVED_EXEC_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),
58+
"COMPILER_RT_RESOLVED_EXEC_OUTPUT_DIR=" + rebase_path("$root_out_dir/bin"),
5959
"COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" +
6060
rebase_path(crt_current_out_dir),
6161
"COMPILER_RT_RESOLVED_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),

0 commit comments

Comments
 (0)