[PATCH] D75199: Build fix: Turn off _GLIBCXX_DEBUG on gcc 9

Jonathan Wakely via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 01:25:43 PST 2020


jwakely added a comment.

I think this affects the versions of std::min(std::initializer_list) and std::max(std::initializer_list), and std::{min,max,minmax}_element. It's already fixed for GCC 10.

@hans it doesn't make any difference which compiler you use, the debug checks are in the library code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75199/new/

https://reviews.llvm.org/D75199





More information about the llvm-commits mailing list