This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a6df1e57e87 Fixing an issue with the initialization of LexicalScopes ob [...] new 7b594210500 [AArch64, COFF] Interpret .align as power of two for COFF as well new 0051096059a [AArch64] Force relocations for all ADRP instructions
The 2 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: .../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 46 +++++++++++----------- .../AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp | 1 + test/MC/AArch64/coff-align.s | 7 ++++ test/MC/AArch64/coff-relocations.s | 10 +++-- test/MC/AArch64/macho-adrp-missing-reloc.s | 6 +++ test/MC/AArch64/macho-adrp-page.s | 6 +++ 6 files changed, 50 insertions(+), 26 deletions(-) create mode 100644 test/MC/AArch64/coff-align.s create mode 100644 test/MC/AArch64/macho-adrp-missing-reloc.s create mode 100644 test/MC/AArch64/macho-adrp-page.s