[all-commits] [llvm/llvm-project] 37da4e: [clang-fuzzer] Remove GCC 4.x pre GCC 4.9 workarou...
Brad Smith via All-commits
all-commits at lists.llvm.org
Sat Dec 2 02:15:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37da4e3d80d7136121e74e2b8d23afb14ae7ab69
https://github.com/llvm/llvm-project/commit/37da4e3d80d7136121e74e2b8d23afb14ae7ab69
Author: Brad Smith <brad at comstyle.com>
Date: 2023-12-02 (Sat, 02 Dec 2023)
Changed paths:
M clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
Log Message:
-----------
[clang-fuzzer] Remove GCC 4.x pre GCC 4.9 workaround to silence warning (#73974)
The minimum GCC version was bumped up from 4.8 to 5.1 and then even newer
awhile ago so garbage collect the pre 4.9 workaround.
https://reviews.llvm.org/D66188
More information about the All-commits
mailing list