[llvm] MC: Remove bundle alignment mode (PR #148781)

Alexis Engelke via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 15 03:12:07 PDT 2025


================
@@ -315,16 +296,12 @@ void MCELFStreamer::emitLocalCommonSymbol(MCSymbol *S, uint64_t Size,
 
 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size,
                                   SMLoc Loc) {
-  if (isBundleLocked())
-    report_fatal_error("Emitting values inside a locked bundle is forbidden");
   MCObjectStreamer::emitValueImpl(Value, Size, Loc);
 }
 
 void MCELFStreamer::emitValueToAlignment(Align Alignment, int64_t Value,
----------------
aengelke wrote:

Dito.

https://github.com/llvm/llvm-project/pull/148781


More information about the llvm-commits mailing list