[all-commits] [llvm/llvm-project] 987c7f: [libc++] Revert <stdatomic.h> changes

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Feb 15 09:59:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 987c7f407d1414a023f03eb788bb97667b479f27
      https://github.com/llvm/llvm-project/commit/987c7f407d1414a023f03eb788bb97667b479f27
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/Status/Cxx2bPapers.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/atomic
    M libcxx/include/module.modulemap
    R libcxx/include/stdatomic.h
    M libcxx/include/version
    R libcxx/test/libcxx/atomics/stdatomic.h.syn/dont_hijack_header.compile.pass.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/nasty_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    R libcxx/test/std/atomics/stdatomic.h.syn/types.compile.pass.cpp
    R libcxx/test/std/language.support/support.limits/support.limits.general/stdatomic.h.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/generate_header_tests.py

  Log Message:
  -----------
  [libc++] Revert <stdatomic.h> changes

This reverts commits a30a7948d and 5d1c1a243, which broke the LLDB
data formatters tests because they build with modules in C++11 mode.

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




More information about the All-commits mailing list