[libc-commits] [PATCH] D92626: [libc] Add abs implementation.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Dec 4 10:31:55 PST 2020
sivachandra added a comment.
Forgot to mention couple of nits.
================
Comment at: libc/src/stdlib/abs.cpp:21
+} // namespace __llvm_libc
\ No newline at end of file
----------------
Fix.
================
Comment at: libc/src/stdlib/abs.h:19
+#endif // LLVM_LIBC_SRC_STDLIB_ABS_H
\ No newline at end of file
----------------
Fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92626/new/
https://reviews.llvm.org/D92626
More information about the libc-commits
mailing list