[libcxx] r303966 - Workaround debug info bug in Clangs coroutine implementation
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Thu May 25 21:09:39 PDT 2017
Author: ericwf
Date: Thu May 25 23:09:38 2017
New Revision: 303966
URL: http://llvm.org/viewvc/llvm-project?rev=303966&view=rev
Log:
Workaround debug info bug in Clangs coroutine implementation
Modified:
libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp
Modified: libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp?rev=303966&r1=303965&r2=303966&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp (original)
+++ libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp Thu May 25 23:09:38 2017
@@ -10,6 +10,10 @@
// REQUIRES: fcoroutines-ts
+// These configurations run the tests with '-g', which hits a bug in Clangs
+// coroutine implementation.
+// XFAIL: asan, msan, ubsan, tsan
+
// RUN: %build -fcoroutines-ts
// RUN: %run
More information about the cfe-commits
mailing list