This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 224fbc5082f [AArch64] auto-generate complete test checks; NFC new 87dc5aca14d [X86] Fix x86-64 call *foo@tlsdesc(%rax) and support R_386_ [...]
The 1 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: lib/MC/MCELFStreamer.cpp | 2 ++ lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 4 ++++ lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 20 ++++++++++++++--- test/MC/ELF/relocation-tls.s | 26 ---------------------- test/MC/X86/tlsdesc-32.s | 19 ++++++++++++++++ test/MC/X86/tlsdesc-64.s | 19 ++++++++++++++++ 6 files changed, 61 insertions(+), 29 deletions(-) delete mode 100644 test/MC/ELF/relocation-tls.s create mode 100644 test/MC/X86/tlsdesc-32.s create mode 100644 test/MC/X86/tlsdesc-64.s