1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Disable the dwarf callsite attrs test on Windows

The Windows formats don't understand relocations inside of AT_return_pc.

  http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/270

llvm-svn: 343888
This commit is contained in:
Vedant Kumar 2018-10-05 21:28:14 +00:00
parent 95955db0b5
commit ed32df4ac2

View File

@ -8,6 +8,10 @@
; }
; int __attribute__((disable_tail_calls)) main() { foo(); }
; On Windows, we don't handle the relocations needed for AT_return_pc properly
; and fail with "failed to compute relocation: IMAGE_REL_AMD64_ADDR32".
; UNSUPPORTED: cygwin,windows-gnu,windows-msvc
; REQUIRES: object-emission
; RUN: %llc_dwarf < %s -o - | FileCheck %s -check-prefix=ASM
; RUN: %llc_dwarf < %s -filetype=obj -o %t.o