[libc-commits] [PATCH] D75420: [libc] Add initial assert definition

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Mar 1 22:56:01 PST 2020


sivachandra marked an inline comment as done.
sivachandra added inline comments.


================
Comment at: libc/src/assert/__assert_fail.cpp:1
+//===----------------- Implementation of __assert_fail --------------------===//
+//
----------------
sivachandra wrote:
> Looks like this is a linux only solution so should sit in a linux specific area. Or, is it because it is a temporary solution, and you envision that the final implementation would use `stderr` and make it platform independent?
Ah, scrub this. I missed the message in the summary.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75420/new/

https://reviews.llvm.org/D75420





More information about the libc-commits mailing list