[libc-commits] [PATCH] D155899: [libc] Fix line reporting in assertion failure
Jon Chesterfield via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 20 17:08:52 PDT 2023
JonChesterfield added inline comments.
================
Comment at: libc/src/__support/libc_assert.h:36
+ auto line_number = IntegerToString::dec(line, line_str);
__llvm_libc::write_to_stderr(filename);
__llvm_libc::write_to_stderr(":");
----------------
this ^ is addressed by the wip D155902
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155899/new/
https://reviews.llvm.org/D155899
More information about the libc-commits
mailing list