Workaround debug info bug in Clangs coroutine implementation

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@303966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-05-26 04:09:38 +00:00
parent 4aec787d15
commit a317745593

View File

@@ -10,6 +10,10 @@
// REQUIRES: fcoroutines-ts // 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: %build -fcoroutines-ts
// RUN: %run // RUN: %run