[all-commits] [llvm/llvm-project] 851a33: [libc++] Add a job running GCC with C++11

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Jul 15 19:13:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 851a335b1e64d0d32e15a8d2ace48c9b0967cd5a
      https://github.com/llvm/llvm-project/commit/851a335b1e64d0d32e15a8d2ace48c9b0967cd5a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-07-15 (Thu, 15 Jul 2021)

  Changed paths:
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_is_lock_free.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/A.h
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/AB.h
    M libcxx/test/std/input.output/file.streams/c.files/cstdio.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/auto_pointer.pass.cpp
    M libcxx/test/support/test_macros.h
    M libcxx/utils/ci/buildkite-pipeline.yml
    M libcxx/utils/ci/run-buildbot
    M libcxxabi/test/unwind_02.pass.cpp
    M libcxxabi/test/unwind_03.pass.cpp
    M libcxxabi/test/unwind_04.pass.cpp
    M libcxxabi/test/unwind_05.pass.cpp

  Log Message:
  -----------
  [libc++] Add a job running GCC with C++11

This configuration is interesting because GCC has a different level of
strictness for some C++ rules. In particular, it implements the older
standards more stringently than Clang, which can help find places where
we are non-conforming (especially in the test suite).

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




More information about the All-commits mailing list