The libc++ pre-commit CI uses Clang nightly builds. Currently it's not
possible to determine the exact version used since CMake doesn't show
this information by default. Instead use the --version flag to get this
information.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGc632ee1c5d65: [libc++] Shows the detailed compiler version info.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
IMO we should do this in run-buildbot instead. We can add this to the phase at the beginning where we output the --version of various tools (cmake, ninja, etc.). We should be able to use something like if [ ! -z "${CXX}" ]; then ${CXX} --version; fi.
libcxx/utils/ci/run-buildbot | ||
---|---|---|
150–153 | IMO this comment doesn't pull its weight. It's useful to print the compiler version, no justification needed. |
IMO this comment doesn't pull its weight. It's useful to print the compiler version, no justification needed.