diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:01 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:01 +0000 |
commit | b7332b04df5d50c92640c74cfeb138ecb7e3f7ae (patch) | |
tree | b1b49faa0cab1482905e0cda6f0ee5d97e3fe08f /test/std/experimental/language.support/support.coroutines/lit.local.cfg | |
parent | 6012fe9abb1f01b1b5b4ca908464804c21ff8602 (diff) | |
download | src-b7332b04df5d50c92640c74cfeb138ecb7e3f7ae.tar.gz src-b7332b04df5d50c92640c74cfeb138ecb7e3f7ae.zip |
Remove upstream files and directories from vendor/libc++/dist that we do
not use. This saves on repository space, and reduces the number of tree
conflicts when merging.
Notes
Notes:
svn path=/vendor/libc++/dist/; revision=351269
Diffstat (limited to 'test/std/experimental/language.support/support.coroutines/lit.local.cfg')
-rw-r--r-- | test/std/experimental/language.support/support.coroutines/lit.local.cfg | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/std/experimental/language.support/support.coroutines/lit.local.cfg b/test/std/experimental/language.support/support.coroutines/lit.local.cfg deleted file mode 100644 index a0b3de8afaa3..000000000000 --- a/test/std/experimental/language.support/support.coroutines/lit.local.cfg +++ /dev/null @@ -1,9 +0,0 @@ -# If the compiler doesn't support coroutines mark all of the tests under -# this directory as unsupported. Otherwise add the required `-fcoroutines-ts` -# flag. -if 'fcoroutines-ts' not in config.available_features: - config.unsupported = True -else: - import copy - config.test_format.cxx = copy.deepcopy(config.test_format.cxx) - config.test_format.cxx.compile_flags += ['-fcoroutines-ts'] |