This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 217be219024 [utils] Fix the llvm::Optional data formatter new 09465e9be5f [AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF as ba [...] new c819c64d039 [COFF] Fix assembly output of comdat sections without an at [...] new ae3e2f02439 [MC] Add a separate flag for skipping comdat constant secti [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/MC/MCAsmInfo.h | 5 ++ lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 8 ++- lib/MC/MCAsmInfoCOFF.cpp | 8 +++ lib/MC/MCSectionCOFF.cpp | 25 ++++--- .../AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp | 15 +++- lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h | 8 +-- test/CodeGen/AArch64/win_cst_pool.ll | 13 ++++ test/CodeGen/X86/mingw-comdats-xdata.ll | 81 ++++++++++++++++++++++ 8 files changed, 141 insertions(+), 22 deletions(-) create mode 100644 test/CodeGen/AArch64/win_cst_pool.ll create mode 100644 test/CodeGen/X86/mingw-comdats-xdata.ll