[PATCH] D111581: Remove checks for old gcc versions for LLVM_ATTRIBUTE_*
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 11 14:51:29 PDT 2021
aeubanks created this revision.
aeubanks added reviewers: MaskRay, dblaikie.
Herald added subscribers: dexonsmith, mstorsjo.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111581
Files:
llvm/include/llvm/Support/Compiler.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111581.378807.patch
Type: text/x-patch
Size: 5556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211011/6165f69e/attachment-0001.bin>
More information about the llvm-commits
mailing list