[all-commits] [llvm/llvm-project] ab4112: [libc++] Proper fix for libc++'s modulemap after D...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Feb 25 08:41:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ab41129b1ee1f20d772f9eed346c10edcd70396a
      https://github.com/llvm/llvm-project/commit/ab41129b1ee1f20d772f9eed346c10edcd70396a
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
    M libcxx/include/barrier
    M libcxx/include/latch
    M libcxx/include/semaphore
    A libcxx/test/libcxx/modules/stds_include.sh.cpp

  Log Message:
  -----------
  [libc++] Proper fix for libc++'s modulemap after D68480

Summary:
In libc++, we normally #ifdef out header content instead of #erroring
out when the Standard in use is insufficient for the requirements of
the header.

Reviewers: EricWF

Subscribers: jkorous, dexonsmith, libcxx-commits, teemperor

Tags: #libc

Differential Revision: https://reviews.llvm.org/D75074




More information about the All-commits mailing list