[all-commits] [llvm/llvm-project] 4bb5f4: [CMake] Remove unneeded -Wnon-virtual-dtor availab...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Aug 31 11:00:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bb5f44c701402462cb93ef00d46d52382f39f11
https://github.com/llvm/llvm-project/commit/4bb5f44c701402462cb93ef00d46d52382f39f11
Author: Fangrui Song <i at maskray.me>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M llvm/cmake/modules/HandleLLVMOptions.cmake
Log Message:
-----------
[CMake] Remove unneeded -Wnon-virtual-dtor availability check
For Clang, 3.5 is the minimum requirement which has fixed the bug.
GCC 5 is good as well.
More information about the All-commits
mailing list