[all-commits] [llvm/llvm-project] 72b41e: [libc++] Require C++14 in all cases.

Eric via All-commits all-commits at lists.llvm.org
Wed Dec 11 17:28:44 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 72b41e6e2d560aee6f52b2f1db385972053bc7d1
      https://github.com/llvm/llvm-project/commit/72b41e6e2d560aee6f52b2f1db385972053bc7d1
  Author: Eric Fiselier <eric at efcs.ca>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M libcxx/CMakeLists.txt

  Log Message:
  -----------
  [libc++] Require C++14 in all cases.

LLVM has moved to C++14, and the libc++ build should too.
C++14 is needed to provide constant initialization for certain global
objects.

I suspect this change may break some older GCC buildbots, and I'll clean
those up as they fall.




More information about the All-commits mailing list