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

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 12:20:04 PST 2020


serge-sans-paille added a comment.

Thanks for working on this! I ran into this once and manually undefined the macro, so the workaround looks decent. However, I share @hans concerns about the detection part. You most likely want to compile minimal C++ program using std::min (and maybe other functions) to detect if the actual standard library used matches our requirements.


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