diff options
author | Fangrui Song <i@maskray.me> | 2025-07-23 19:16:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-23 19:16:43 -0700 |
commit | 1b901e956b1fab56f4457c97c4d6cb43d0076abf (patch) | |
tree | f4c33206a4f484a6ad7f0bf336ef75093fe77068 /clang/lib/AST/ByteCode/Program.cpp | |
parent | 3eb49c482c3d14d5e0c192434980aa57fe87c453 (diff) | |
download | llvm-1b901e956b1fab56f4457c97c4d6cb43d0076abf.zip llvm-1b901e956b1fab56f4457c97c4d6cb43d0076abf.tar.gz llvm-1b901e956b1fab56f4457c97c4d6cb43d0076abf.tar.bz2 |
MC: Declare MCFragment before MCSection
... so that we can restore `MCFragment DummyFragment;` within
`MCSection` (reverting part of
eedc72b45e953bd21cb5c772b8fd24b414894042).
This is required to remove `allocInitialFragment` from `MCContext`
and postpone initial fragment creation to `changeSection`
to address some design issues.
Pull Request: https://github.com/llvm/llvm-project/pull/150180
Diffstat (limited to 'clang/lib/AST/ByteCode/Program.cpp')
0 files changed, 0 insertions, 0 deletions