[libc-commits] [PATCH] D146981: [libc] Fix longjmp's fake return in x86_64

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 27 13:15:05 PDT 2023


sivachandra accepted this revision.
sivachandra added inline comments.


================
Comment at: libc/test/src/setjmp/setjmp_test.cpp:14
 constexpr int MAX_LOOP = 123;
+int longjmpCalled = 0;
 
----------------
The libc style is to name it `longjmp_called`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146981



More information about the libc-commits mailing list