[PATCH] D131240: [NFC][HLSL] Fix build error caused missing typo update.
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 4 23:20:44 PDT 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb2c9ff727379: [NFC][HLSL] Fix build error caused missing typo update. (authored by python3kgae).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131240/new/
https://reviews.llvm.org/D131240
Files:
clang/lib/CodeGen/CodeGenModule.cpp
Index: clang/lib/CodeGen/CodeGenModule.cpp
===================================================================
--- clang/lib/CodeGen/CodeGenModule.cpp
+++ clang/lib/CodeGen/CodeGenModule.cpp
@@ -1680,7 +1680,7 @@
F->setCallingConv(static_cast<llvm::CallingConv::ID>(CallingConv));
if (getLangOpts().HLSL) {
if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(GD.getDecl()))
- getHLSLRuntime().setHLSLFnuctionAttributes(F, FD);
+ getHLSLRuntime().setHLSLFunctionAttributes(F, FD);
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131240.450237.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220805/cdc7fac8/attachment.bin>
More information about the cfe-commits
mailing list