Skip to content

Commit 0a29a80

Browse files
joaosaffranmahesh-attarde
authored andcommitted
[HLSL] Add missing dependency to Frontend unittest (llvm#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 b3e2609 commit 0a29a80

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)