https://github.com/arichardson updated 
https://github.com/llvm/llvm-project/pull/86209

>From 899f7456f3a72b0f2e862de5cf50855138545a43 Mon Sep 17 00:00:00 2001
From: Alex Richardson <alexrichard...@google.com>
Date: Mon, 26 Aug 2024 15:50:08 -0700
Subject: [PATCH] python formatting

Created using spr 1.3.6-beta.1
---
 compiler-rt/test/hwasan/lit.cfg.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/compiler-rt/test/hwasan/lit.cfg.py 
b/compiler-rt/test/hwasan/lit.cfg.py
index 96cc2f477ad445..e1f8bc5c25ee77 100644
--- a/compiler-rt/test/hwasan/lit.cfg.py
+++ b/compiler-rt/test/hwasan/lit.cfg.py
@@ -78,8 +78,10 @@ def build_invocation(compile_flags):
 )
 
 # Ensure that we can use hwasan_symbolize from the expected location
-llvm_config.add_tool_substitutions([ToolSubst("hwasan_symbolize", 
unresolved="fatal")],
-                                   search_dirs=[config.compiler_rt_bindir])
+gitllvm_config.add_tool_substitutions(
+    [ToolSubst("hwasan_symbolize", unresolved="fatal")],
+    search_dirs=[config.compiler_rt_bindir],
+)
 
 # Default test suffixes.
 config.suffixes = [".c", ".cpp"]

_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to