Imported Upstream version 5.18.0.205

Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-11-16 08:20:38 +00:00
parent 5cd5df71cc
commit 8e12397d70
28486 changed files with 3867013 additions and 66 deletions

View File

@@ -0,0 +1,19 @@
// 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: ]