Imported Upstream version 5.18.0.167

Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-10-20 08:25:10 +00:00
parent e19d552987
commit b084638f15
28489 changed files with 184 additions and 3866856 deletions

View File

@@ -1,19 +0,0 @@
// COFF section-relative relocations
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-win32 %s | llvm-readobj -r | FileCheck %s
.data
values:
.long 1
.long 0
.text
movq values@SECREL32(%rax), %rcx
movq values@SECREL32+8(%rax), %rax
// CHECK: Relocations [
// CHECK-NEXT: Section (1) .text {
// CHECK-NEXT: 0x3 IMAGE_REL_AMD64_SECREL values
// CHECK-NEXT: 0xA IMAGE_REL_AMD64_SECREL values
// CHECK-NEXT: }
// CHECK-NEXT: ]