[libc-commits] [PATCH] D136647: [libc] Build fix.
Raman Tenneti via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Oct 24 16:19:12 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcec276ac9109: [libc] Build fix. (authored by rtenneti).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136647/new/
https://reviews.llvm.org/D136647
Files:
libc/spec/stdc.td
Index: libc/spec/stdc.td
===================================================================
--- libc/spec/stdc.td
+++ libc/spec/stdc.td
@@ -935,6 +935,14 @@
ArgSpec<CharPtr>,
]
>,
+ FunctionSpec<
+ "difftime",
+ RetValSpec<DoubleType>,
+ [
+ ArgSpec<TimeTType>,
+ ArgSpec<TimeTType>,
+ ]
+ >,
FunctionSpec<
"gmtime",
RetValSpec<StructTmPtr>,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136647.470316.patch
Type: text/x-patch
Size: 533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221024/a13e720d/attachment.bin>
More information about the libc-commits
mailing list