[llvm] r343888 - Disable the dwarf callsite attrs test on Windows

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 5 14:28:14 PDT 2018


Author: vedantk
Date: Fri Oct  5 14:28:14 2018
New Revision: 343888

URL: http://llvm.org/viewvc/llvm-project?rev=343888&view=rev
Log:
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

Modified:
    llvm/trunk/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll

Modified: llvm/trunk/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll?rev=343888&r1=343887&r2=343888&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll Fri Oct  5 14:28:14 2018
@@ -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




More information about the llvm-commits mailing list