[llvm] r231886 - Split test in two to handle building without x86.
Rafael Espindola
rafael.espindola at gmail.com
Tue Mar 10 16:44:12 PDT 2015
Author: rafael
Date: Tue Mar 10 18:44:12 2015
New Revision: 231886
URL: http://llvm.org/viewvc/llvm-project?rev=231886&view=rev
Log:
Split test in two to handle building without x86.
Added:
llvm/trunk/test/DebugInfo/X86/empty.ll
- copied, changed from r231882, llvm/trunk/test/DebugInfo/empty.ll
Modified:
llvm/trunk/test/DebugInfo/empty.ll
Copied: llvm/trunk/test/DebugInfo/X86/empty.ll (from r231882, llvm/trunk/test/DebugInfo/empty.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/empty.ll?p2=llvm/trunk/test/DebugInfo/X86/empty.ll&p1=llvm/trunk/test/DebugInfo/empty.ll&r1=231882&r2=231886&rev=231886&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/empty.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/empty.ll Tue Mar 10 18:44:12 2015
@@ -1,14 +1,6 @@
-; REQUIRES: object-emission
-
-; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
-; RUN: %llc_dwarf -split-dwarf=Enable < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s
-
; RUN: llc -mtriple i686-pc-cygwin < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
; RUN: llc -mtriple i686-pc-cygwin -split-dwarf=Enable < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s
-; darwin has a workaround for a linker bug so it always emits one line table entry
-; XFAIL: darwin
-
; Expect no line table entry since there are no functions and file references in this compile unit
; CHECK: .debug_line contents:
; CHECK: Line table prologue:
Modified: llvm/trunk/test/DebugInfo/empty.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/empty.ll?rev=231886&r1=231885&r2=231886&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/empty.ll (original)
+++ llvm/trunk/test/DebugInfo/empty.ll Tue Mar 10 18:44:12 2015
@@ -3,9 +3,6 @@
; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
; RUN: %llc_dwarf -split-dwarf=Enable < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s
-; RUN: llc -mtriple i686-pc-cygwin < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
-; RUN: llc -mtriple i686-pc-cygwin -split-dwarf=Enable < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s
-
; darwin has a workaround for a linker bug so it always emits one line table entry
; XFAIL: darwin
More information about the llvm-commits
mailing list