diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2025-11-10 15:07:28 -0800 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2025-11-10 15:07:28 -0800 |
| commit | 837afe7674be102567ce2c3792905d55aa96acc1 (patch) | |
| tree | 940eff74af50af7c0bbc870a0dea6e9a533b3f6e /clang/test/CodeGen/basic-block-sections.c | |
| parent | 87357c18f09e5fc8e612feaddfe97c9c78b0b226 (diff) | |
| parent | e5e74e987751c88eeaa453a9a2ef7840f9d44a62 (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.nfcspecialcaselist-store-sectionstr-as-stringref
Created using spr 1.3.7
[skip ci]
Diffstat (limited to 'clang/test/CodeGen/basic-block-sections.c')
| -rw-r--r-- | clang/test/CodeGen/basic-block-sections.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/test/CodeGen/basic-block-sections.c b/clang/test/CodeGen/basic-block-sections.c index a61b8dd4ac37..0c21a4cb1442 100644 --- a/clang/test/CodeGen/basic-block-sections.c +++ b/clang/test/CodeGen/basic-block-sections.c @@ -30,8 +30,10 @@ int another(int a) { // // BB_WORLD: .section .text.world,"ax",@progbits{{$}} // BB_WORLD: world: -// BB_WORLD: .section .text.world,"ax",@progbits,unique -// BB_WORLD: world.__part.1: +// BB_ALL: .section .text.world,"ax",@progbits,unique +// BB_ALL: world.__part.1: +// BB_LIST: .section .text.split.world,"ax",@progbits +// BB_LIST: world.cold: // BB_ALL: .section .text.another,"ax",@progbits // BB_ALL: another.__part.1: // BB_LIST-NOT: .section .text.another,"ax",@progbits |
