[llvm] 66feafd - [HLSL] Add missing dependency to Frontend unittest (#161738)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 15:34:39 PDT 2025
Author: joaosaffran
Date: 2025-10-02T18:34:35-04:00
New Revision: 66feafd4bef17df6d4b5f2674b979797d5e1c516
URL: https://github.com/llvm/llvm-project/commit/66feafd4bef17df6d4b5f2674b979797d5e1c516
DIFF: https://github.com/llvm/llvm-project/commit/66feafd4bef17df6d4b5f2674b979797d5e1c516.diff
LOG: [HLSL] Add missing dependency to Frontend unittest (#161738)
Recently, a bot fails on `DefinedStaticSamplerDump` unittest. After some
debugging, we come to the conclusion that the issue might because due to
a missing dependency when compiling. This adds that dependency that was
idenfied missing
Added:
Modified:
llvm/unittests/Frontend/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/unittests/Frontend/CMakeLists.txt b/llvm/unittests/Frontend/CMakeLists.txt
index 836a844b710db..1ce34e77cb348 100644
--- a/llvm/unittests/Frontend/CMakeLists.txt
+++ b/llvm/unittests/Frontend/CMakeLists.txt
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
Analysis
+ BinaryFormat
Core
FrontendHLSL
FrontendOffloading
More information about the llvm-commits
mailing list