================
@@ -73,8 +73,6 @@ enum CPUFeatures {
FEAT_SSBS,
FEAT_SSBS2,
FEAT_BTI,
- FEAT_LS64,
- FEAT_LS64_V,
----------------
Wilco1 wrote:Yes, that's a way to keep backwards compatibility with older ABIs. However we can't break this ABI every compiler release (except perhaps this one time). https://github.com/llvm/llvm-project/pull/108024 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
