diff options
Diffstat (limited to 'test/COFF/secrel-absolute.s')
-rw-r--r-- | test/COFF/secrel-absolute.s | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/COFF/secrel-absolute.s b/test/COFF/secrel-absolute.s deleted file mode 100644 index 630af6e72276c..0000000000000 --- a/test/COFF/secrel-absolute.s +++ /dev/null @@ -1,15 +0,0 @@ -# REQUIRES: x86 -# RUN: llvm-mc %s -filetype=obj -triple=x86_64-windows-msvc -o %t.obj -# RUN: not lld-link -entry:main -nodefaultlib %t.obj -out:%t.exe 2>&1 | FileCheck %s - -# secrel relocations against absolute symbols are errors. - -# CHECK: SECREL relocation cannot be applied to absolute symbols - -.text -.global main -main: -ret - -.section .rdata,"dr" -.secrel32 __guard_fids_table |