[all-commits] [llvm/llvm-project] c632ee: [libc++] Shows the detailed compiler version info.
mordante via All-commits
all-commits at lists.llvm.org
Fri Sep 16 07:15:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c632ee1c5d658c77601ab4a44c83fe5c548e7570
https://github.com/llvm/llvm-project/commit/c632ee1c5d658c77601ab4a44c83fe5c548e7570
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++] Shows the detailed compiler version info.
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.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D133122
More information about the All-commits
mailing list