Skip to content

Commit 0ca7e60

Browse files
committed
[DX] Fix changed meaning of 'Signature' after #67346
Summary: This caused a lot of bots to fail, fix this so I can compile again by explicitly stating the associated struct.
1 parent f71781c commit 0ca7e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ObjectYAML/DXContainerYAML.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ struct Part {
154154
std::optional<ShaderFlags> Flags;
155155
std::optional<ShaderHash> Hash;
156156
std::optional<PSVInfo> Info;
157-
std::optional<Signature> Signature;
157+
std::optional<DXContainerYAML::Signature> Signature;
158158
};
159159

160160
struct Object {

0 commit comments

Comments
 (0)