[libcxx-commits] [libcxx] de4a2b7 - [libc++] Fixes CI.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 7 10:58:36 PDT 2022


Author: Mark de Wever
Date: 2022-09-07T19:58:21+02:00
New Revision: de4a2b7381b73952ef4c580f2ee4094199e90622

URL: https://github.com/llvm/llvm-project/commit/de4a2b7381b73952ef4c580f2ee4094199e90622
DIFF: https://github.com/llvm/llvm-project/commit/de4a2b7381b73952ef4c580f2ee4094199e90622.diff

LOG: [libc++] Fixes CI.

It seems merging the changes in transitive macros and recent commits
conflicted.

Added: 
    

Modified: 
    libcxx/test/libcxx/transitive_includes/cxx2b/expected.chrono

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/transitive_includes/cxx2b/expected.chrono b/libcxx/test/libcxx/transitive_includes/cxx2b/expected.chrono
index 4b73f94a4331..f9c6b629f803 100644
--- a/libcxx/test/libcxx/transitive_includes/cxx2b/expected.chrono
+++ b/libcxx/test/libcxx/transitive_includes/cxx2b/expected.chrono
@@ -9,7 +9,6 @@ climits
 cmath
 compare
 concepts
-cstdarg
 cstddef
 cstdint
 cstdio
@@ -26,7 +25,6 @@ iosfwd
 istream
 limits
 locale
-memory
 mutex
 new
 optional


        


More information about the libcxx-commits mailing list