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

Zibi Sarbino via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 18 09:04:18 PDT 2022


zibi 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;
+  }
----------------
DanielMcIntosh-IBM wrote:
> This indentation should match the rest of the `if`
Yes, I will wait if there are any other requests and do them together otherwise, I'm planning to `clang-format` the entire file as I had before in a separate subsequent commit.


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