================ @@ -68,6 +68,8 @@ class MCTargetOptions { // ELF. bool X86RelaxRelocations = true; + bool SSE2AVX : 1; ---------------- JaydeepChauhan14 wrote: Done https://github.com/llvm/llvm-project/pull/96860