[libc-commits] [PATCH] D136646: [libc] Build fix.
Raman Tenneti via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Oct 24 16:06:02 PDT 2022
rtenneti created this revision.
rtenneti added reviewers: sivachandra, jeffbailey.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
rtenneti requested review of this revision.
Build fix
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136646
Files:
libc/spec/stdc.td
Index: libc/spec/stdc.td
===================================================================
--- libc/spec/stdc.td
+++ libc/spec/stdc.td
@@ -937,7 +937,7 @@
>,
FunctionSpec<
"difftime",
- RetValSpec<DoubleType>>,
+ RetValSpec<DoubleType>,
[
ArgSpec<TimeTType>,
ArgSpec<TimeTType>,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136646.470313.patch
Type: text/x-patch
Size: 397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221024/9a9b17f4/attachment.bin>
More information about the libc-commits
mailing list