Skip to content

Commit 4a6b569

Browse files
committed
[gn] try to port b1be213 even more
Bots are now failing check-hwasan with llvm-lit: .../llvm/utils/lit/lit/llvm/subst.py:133: fatal: Did not find hwasan_symbolize in .../out/gn/stage2_unix/bin This time it's the right fix for sure!
1 parent a69d2a1 commit 4a6b569

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ 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("$root_out_dir/bin"),
58+
"COMPILER_RT_RESOLVED_EXEC_OUTPUT_DIR=" +
59+
rebase_path("$root_build_dir/bin"),
5960
"COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" +
6061
rebase_path(crt_current_out_dir),
6162
"COMPILER_RT_RESOLVED_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),

0 commit comments

Comments
 (0)