[all-commits] [llvm/llvm-project] 43279d: [FileCheck] Try to fix buildbot failures caused by...

Joel E. Denny via All-commits all-commits at lists.llvm.org
Sat Mar 27 08:06:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43279d1df90cdd833b473ec7d9b623c45d2ccfcc
      https://github.com/llvm/llvm-project/commit/43279d1df90cdd833b473ec7d9b623c45d2ccfcc
  Author: Joel E. Denny <jdenny.ornl at gmail.com>
  Date:   2021-03-27 (Sat, 27 Mar 2021)

  Changed paths:
    M llvm/utils/FileCheck/FileCheck.cpp

  Log Message:
  -----------
  [FileCheck] Try to fix buildbot failures caused by c7c542e8f306

For example,

<https://lab.llvm.org/buildbot/#/builders/132/builds/3929>

has this diagnostic:

```
/opt/gcc/9.3.0/snos/include/g++/bits/stl_tree.h:780:8: error: static assertion failed: comparison object must be invocable as const
  780 |        is_invocable_v<const _Compare&, const _Key&, const _Key&>,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```




More information about the All-commits mailing list