[libcxx-commits] [PATCH] D104170: Revert "Revert "[libcxx][module-map] creates submodules for private headers""

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 15 15:01:58 PDT 2021


ldionne added inline comments.


================
Comment at: libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/special_function.compile.pass.cpp:12
 // UNSUPPORTED: gcc-10
+// XFAIL: generic-modules
 
----------------
Those should be 

```
// XFAIL: clang-11 && modules-build
// XFAIL: clang-12 && modules-build
```



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104170



More information about the libcxx-commits mailing list