[llvm] [llvm-dwp] Add missing llvm-dwp tool in lit config tool substitution (PR #81217)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 18:50:12 PST 2024
https://github.com/Enna1 created https://github.com/llvm/llvm-project/pull/81217
None
>From 1049a0ddd429a13d0e5f8c6cccfcae9ab11bcdca Mon Sep 17 00:00:00 2001
From: "xumingjie.enna1" <xumingjie.enna1 at bytedance.com>
Date: Fri, 9 Feb 2024 10:44:03 +0800
Subject: [PATCH] [llvm-dwp] Add missing llvm-dwp tool in lit config tool
substitution
---
llvm/test/lit.cfg.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py
index c6f9ee82e08cc1..8ecae5dbe37202 100644
--- a/llvm/test/lit.cfg.py
+++ b/llvm/test/lit.cfg.py
@@ -190,6 +190,7 @@ def get_asan_rtlib():
"llvm-dis",
"llvm-dwarfdump",
"llvm-dwarfutil",
+ "llvm-dwp",
"llvm-dlltool",
"llvm-exegesis",
"llvm-extract",
More information about the llvm-commits
mailing list