Skip to content

Commit

Permalink
[gn] try to port b1be213 even more
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
nico committed Oct 25, 2024
1 parent a69d2a1 commit 4a6b569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ 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("$root_out_dir/bin"),
"COMPILER_RT_RESOLVED_EXEC_OUTPUT_DIR=" +
rebase_path("$root_build_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),
Expand Down

0 comments on commit 4a6b569

Please sign in to comment.