[llvm] MC: Restructure MCFragment as a fixed part and a variable tail (PR #148544)
Alexis Engelke via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 15 02:52:09 PDT 2025
================
@@ -95,7 +95,7 @@ class MCObjectStreamer : public MCStreamer {
/// fragment is not a data fragment.
----------------
aengelke wrote:
Maybe document explicitly that this only returns `FT_Data` fragments (i.e. no variable content)?
https://github.com/llvm/llvm-project/pull/148544
More information about the llvm-commits
mailing list