[libc-commits] [PATCH] D122392: [NFC][libc] Find the benchmark package and adjust the dependency targets
Guoxiong Li via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Mar 24 07:58:12 PDT 2022
lgxbslgx added a comment.
Related issue: https://github.com/llvm/llvm-project/issues/53686
---
The `premerge check`(x64-debian) failed just now. But the patch passed locally. It seems to be ralated to the OS or cmake.
My local environment is shown below:
OS:
$ uname -a
Linux lgx-Aspire-E5-574G 5.4.0-105-generic #119~18.04.1-Ubuntu SMP Tue Mar 8 11:21:24 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
cmake:
$ cmake -version
cmake version 3.22.3
compiler:
$ clang-10 -v
clang version 10.0.0-4ubuntu1~18.04.2
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/7
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/8
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7.5.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Candidate multilib: x32;@mx32
Selected multilib: .;@m64
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122392/new/
https://reviews.llvm.org/D122392
More information about the libc-commits
mailing list