[PATCH] D67486: [Alignment] Introduce llvm::Align to MCSection
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 07:42:45 PDT 2019
courbet added inline comments.
================
Comment at: llvm/tools/dsymutil/DwarfStreamer.cpp:263
MCSection *SwiftASTSection = MOFI->getDwarfSwiftASTSection();
- SwiftASTSection->setAlignment(1 << 5);
+ SwiftASTSection->setAlignment(llvm::Align(16));
MS->SwitchSection(SwiftASTSection);
----------------
oops
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67486/new/
https://reviews.llvm.org/D67486
More information about the llvm-commits
mailing list