[libcxx-commits] [PATCH] D96378: [libc++abi] Fix forced_unwind tests failures on ARM/EHABI targets.

Vlad Vereschaka via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 10 10:34:45 PST 2021


vvereschaka added inline comments.


================
Comment at: libcxxabi/test/forced_unwind1.pass.cpp:21
 #if defined(_LIBCXXABI_ARM_EHABI)
-int main() {}
+int main() {
+  return 0;
----------------
ldionne wrote:
> Can you use `int main(int, char**)`?
yes, I'll update it accordingly. Should we do the same for `main()` of the original test? I can update it there either.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96378



More information about the libcxx-commits mailing list