[all-commits] [llvm/llvm-project] f051c1: [compiler-rt][builtins] Pass -Werror to check_cxx_...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Sat Aug 27 13:39:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f051c1ded40970169cda84b0966331ae7ad424ed
https://github.com/llvm/llvm-project/commit/f051c1ded40970169cda84b0966331ae7ad424ed
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2022-08-27 (Sat, 27 Aug 2022)
Changed paths:
M compiler-rt/cmake/config-ix.cmake
Log Message:
-----------
[compiler-rt][builtins] Pass -Werror to check_cxx_compiler_flag
This is needed to avoid passing flags that are supported by the compiler
but cause warnings to be emitted.
More information about the All-commits
mailing list