[PATCH] D88977: Reapply [ADT] function_ref's constructor is unavailable if the argument is not callable.

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 01:23:13 PDT 2020


sammccall added a comment.

No, not expected... can you provide more details?
Is this on a public LLVM buildbot I missed somehow?

If not, toolchain information, logs... I guess this is x64?
There are a few main differences between Debug and Release as I understand: optimization level, -DNDEBUG, debug info. Do you know which it is (e.g. does Release + -DLLVM_ENABLE_ASSERTIONS=On also fail?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88977



More information about the llvm-commits mailing list