[PATCH] D77971: [MC][X86][NFC] Disable branch align in non-text section
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 22:46:58 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/MC/X86/align-branch-section-type.s:17
# CHECK: AddressAlignment: 1
- .section text3
- jmp foo
+ .section tls, "awT"
+ ret
----------------
The SHF_EXCLUDE and SHF_TLS tests don't make sense at all.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77971/new/
https://reviews.llvm.org/D77971
More information about the llvm-commits
mailing list