[libc-commits] [PATCH] D142515: [libc] fix strtointmax tests

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jan 25 10:28:41 PST 2023


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


================
Comment at: libc/test/src/CMakeLists.txt:36
 add_subdirectory(stdlib)
+add_subdirectory(inttypes)
 add_subdirectory(stdio)
----------------
sivachandra wrote:
> Why is order changed here?
When inttypes is before stdlib, then the strtoimax and strtoumax tests are skipped because the `strtol_test_support` is not yet defined.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142515



More information about the libc-commits mailing list