[PATCH] D54132: [CodeGenCXX] XFAIL test for ASAN on Darwin.

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 5 17:54:04 PST 2018


george.karpenkov added inline comments.


================
Comment at: clang/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp:8
+// recursive template instantiation limit.
+// XFAIL: darwin && asan
+
----------------
Do we actually want UNSUPPORTED here? We don't want to fail if ASAN stack usage decreases?


https://reviews.llvm.org/D54132





More information about the cfe-commits mailing list