[libcxx-commits] [PATCH] D120348: [libcxx][SystemZ][ POSIX(OFF) support on z/OS

Daniel McIntosh via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 18 08:30:50 PDT 2022


DanielMcIntosh-IBM accepted this revision.
DanielMcIntosh-IBM added inline comments.


================
Comment at: libcxxabi/test/test_exception_storage.pass.cpp:54-56
+//  Check that __cxa_get_globals() is not NULL.
+    return (thread_globals[0] == 0) ? 1 : 0;
+  }
----------------
This indentation should match the rest of the `if`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120348



More information about the libcxx-commits mailing list