[PATCH] D78813: [AIX] Skip unsupported ORC JIT RemoteObjectLayerTest on AIX

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 17:16:43 PDT 2020


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp:22
+#ifdef _AIX
+#define SKIPTEST_IF_UNSUPPORTED() return
+#else
----------------
Do we want to use the `do { } while(false)` pattern for statement-like macros?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78813





More information about the llvm-commits mailing list