GCC<6.2 has been unsupported since April 2022 (commit 4c72deb613d9d8838785b431facb3eb480fb2f51).
X86TargetParser.cpp has another workaround that the other 2 nearly identical places don't have. Remove them as well.
Paths
| Differential D158687
Bitset: remove some GCC<6.2 workarounds related to bitwise operators ClosedPublic Authored by MaskRay on Aug 23 2023, 5:33 PM.
Details Summary GCC<6.2 has been unsupported since April 2022 (commit 4c72deb613d9d8838785b431facb3eb480fb2f51). X86TargetParser.cpp has another workaround that the other 2 nearly identical places don't have. Remove them as well.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 23 2023, 6:11 PM This revision was landed with ongoing or failed builds.Aug 23 2023, 6:44 PM Closed by commit rGeff105b1bde3: Bitset: remove some GCC<6.2 workarounds related to bitwise operators (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552945 llvm/include/llvm/ADT/Bitset.h
llvm/include/llvm/TargetParser/SubtargetFeature.h
llvm/lib/TargetParser/X86TargetParser.cpp
|