We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62ef5f commit fcad8b4Copy full SHA for fcad8b4
compiler-rt/test/hwasan/lit.cfg.py
@@ -78,8 +78,10 @@ def build_invocation(compile_flags):
78
)
79
80
# Ensure that we can use hwasan_symbolize from the expected location
81
-llvm_config.add_tool_substitutions([ToolSubst("hwasan_symbolize", unresolved="fatal")],
82
- search_dirs=[config.compiler_rt_bindir])
+llvm_config.add_tool_substitutions(
+ [ToolSubst("hwasan_symbolize", unresolved="fatal")],
83
+ search_dirs=[config.compiler_rt_bindir],
84
+)
85
86
# Default test suffixes.
87
config.suffixes = [".c", ".cpp"]
0 commit comments