[llvm] r222041 - Add a test for r222029 that doesn't rely on the default target being a COFF platform.
Frederic Riss
friss at apple.com
Fri Nov 14 13:23:26 PST 2014
Author: friss
Date: Fri Nov 14 15:23:26 2014
New Revision: 222041
URL: http://llvm.org/viewvc/llvm-project?rev=222041&view=rev
Log:
Add a test for r222029 that doesn't rely on the default target being a COFF platform.
Modified:
llvm/trunk/test/DebugInfo/X86/coff_debug_info_type.ll
Modified: llvm/trunk/test/DebugInfo/X86/coff_debug_info_type.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/coff_debug_info_type.ll?rev=222041&r1=222040&r2=222041&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/coff_debug_info_type.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/coff_debug_info_type.ll Fri Nov 14 15:23:26 2014
@@ -1,7 +1,9 @@
-; RUN: llc -mtriple=i686-pc-mingw32 -filetype=asm -O0 < %s | FileCheck %s
-; RUN: llc -mtriple=i686-pc-cygwin -filetype=asm -O0 < %s | FileCheck %s
-; RUN: llc -mtriple=i686-w64-mingw32 -filetype=asm -O0 < %s | FileCheck %s
+; RUN: llc -mtriple=i686-pc-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s
+; RUN: llc -mtriple=i686-pc-cygwin -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s
+; RUN: llc -mtriple=i686-w64-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s
; CHECK: .section .debug_info
+; CHECK: .section .apple_names
+; CHECK: .section .apple_types
; RUN: llc -mtriple=i686-pc-win32 -filetype=asm -O0 < %s | FileCheck -check-prefix=WIN32 %s
; WIN32: .section .debug$S,"rd"
More information about the llvm-commits
mailing list