[all-commits] [llvm/llvm-project] f5b524: Remove checks for old gcc versions for LLVM_ATTRIB...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Oct 11 16:18:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5b524530ab4d9e13279ac23e67f3bac8edb4e76
https://github.com/llvm/llvm-project/commit/f5b524530ab4d9e13279ac23e67f3bac8edb4e76
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M llvm/include/llvm/Support/Compiler.h
Log Message:
-----------
Remove checks for old gcc versions for LLVM_ATTRIBUTE_*
According to [1] we only support gcc 5.1+. So these checks for older gcc versions are not supported.
[1] https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D111581
More information about the All-commits
mailing list