[libcxx-commits] [PATCH] D126611: [libunwind] Ensure test/libunwind_01.pass is not completely inlined

Alexander Richardson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 29 12:51:02 PDT 2022


arichardson added inline comments.


================
Comment at: libunwind/test/libunwind_01.pass.cpp:167
   test_fpreg_get_set();
+  fprintf(stderr, "Success!\n");
   return 0;
----------------
MaskRay wrote:
> The exit status is sufficient, no need for this log.
Indeed that was a debugging change to make it more obvious when the test passes. Will remove before committing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126611



More information about the libcxx-commits mailing list