Skip to content

Commit 66feafd

Browse files
authored
[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
1 parent 9345b59 commit 66feafd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/Frontend/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
set(LLVM_LINK_COMPONENTS
22
Analysis
3+
BinaryFormat
34
Core
45
FrontendHLSL
56
FrontendOffloading

0 commit comments

Comments
 (0)