Skip to content

Commit ed23ada

Browse files
committed
update old class name
1 parent 64f61a8 commit ed23ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang/lib/SPIRV/EmitVisitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ReadSourceCode(llvm::StringRef filePath,
139139

140140
std::string localFilePath(filePath.begin(), filePath.end());
141141
try {
142-
dxc::DxcDllSupport dllSupport;
142+
dxc::SpecificDllLoader dllSupport;
143143
IFT(dllSupport.Initialize());
144144

145145
CComPtr<IDxcLibrary> pLibrary;

0 commit comments

Comments
 (0)