summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-30 00:40:17 +0000
committerEric Christopher <echristo@gmail.com>2013-08-30 00:40:17 +0000
commit2612354594d286501348a4ca4b72eaf11de77070 (patch)
tree8c08f235c20ac3284b4372787b863c27e5e0b643 /test/DebugInfo
parentab6cd837317872025b60495c3d34b4a4ef612690 (diff)
downloadllvm-2612354594d286501348a4ca4b72eaf11de77070.tar.gz
llvm-2612354594d286501348a4ca4b72eaf11de77070.tar.bz2
llvm-2612354594d286501348a4ca4b72eaf11de77070.tar.xz
Don't bother emitting the pubtypes section on darwin since there aren't
any maintained consumers of it on that platform. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189631 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/X86/2010-04-13-PubType.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/2010-04-13-PubType.ll b/test/DebugInfo/X86/2010-04-13-PubType.ll
index 3166f2d562..dc0338fdf3 100644
--- a/test/DebugInfo/X86/2010-04-13-PubType.ll
+++ b/test/DebugInfo/X86/2010-04-13-PubType.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -asm-verbose -mtriple=x86_64-macosx < %s | FileCheck %s
+; RUN: llc -O0 -asm-verbose -mtriple=x86_64-macosx -generate-dwarf-pub-sections=Enable < %s | FileCheck %s
; CHECK-NOT: .asciz "X" ## External Name
; CHECK: .asciz "Y" ## External Name
; Test to check type with no definition is listed in pubtypes section.