hubert.reinterpretcast added inline comments.

================
Comment at: clang/test/SemaCXX/class-layout.cpp:18
 // expected-no-diagnostics
 
+#if !defined(__MVS__) && !defined(_AIX)
----------------
dblaikie wrote:
> What's the reason this part is #ifdef'd out? Does it contain code that's 
> unsupported on these platforms?
The correct values need to be evaluated for those parts. This test was never 
run with those platforms as targets. We're trying to get the newer tests 
enabled first.


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

https://reviews.llvm.org/D142358

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to