[clang] clang: Add llvm-mc to CLANG_TEST_DEPS (PR #112032)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 11 11:22:31 PDT 2024
https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/112032
Attempt to fit sporadic precommit test failures in
hip-partial-link.hip
The driver really shouldn't be using llvm-mc in the first place
though, filed #112031 to fix this.
>From 7337759de47b0623f96241927b167e2ed413378d Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Fri, 11 Oct 2024 22:20:45 +0400
Subject: [PATCH] clang: Add llvm-mc to CLANG_TEST_DEPS
Attempt to fit sporadic precommit test failures in
hip-partial-link.hip
The driver really shouldn't be using llvm-mc in the first place
though, filed #112031 to fix this.
---
clang/test/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/clang/test/CMakeLists.txt b/clang/test/CMakeLists.txt
index 2d84b0d73053f6..98829d53db934f 100644
--- a/clang/test/CMakeLists.txt
+++ b/clang/test/CMakeLists.txt
@@ -127,6 +127,7 @@ if( NOT CLANG_BUILT_STANDALONE )
llvm-dwarfdump
llvm-ifs
llvm-lto2
+ llvm-mc
llvm-modextract
llvm-nm
llvm-objcopy
More information about the cfe-commits
mailing list