summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-23 22:36:40 +0000
committerEric Christopher <echristo@apple.com>2012-08-23 22:36:40 +0000
commit20f47ab7688ba1e5e4c6af4be47c2f07ee4e9ab6 (patch)
treeec1a714284c0c854082786dc7ebcb922c824c817 /test/DebugInfo
parentc1610fa3c43befd489cd41e358bfa48323594266 (diff)
downloadllvm-20f47ab7688ba1e5e4c6af4be47c2f07ee4e9ab6.tar.gz
llvm-20f47ab7688ba1e5e4c6af4be47c2f07ee4e9ab6.tar.bz2
llvm-20f47ab7688ba1e5e4c6af4be47c2f07ee4e9ab6.tar.xz
Turn these two options in to trinary state so that they can be
turned on and off separate from the platform if you're on darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2010-04-13-PubType.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-04-13-PubType.ll b/test/DebugInfo/2010-04-13-PubType.ll
index 16ec9087fe..559f032cb3 100644
--- a/test/DebugInfo/2010-04-13-PubType.ll
+++ b/test/DebugInfo/2010-04-13-PubType.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -asm-verbose -darwin-gdb-compat -mtriple=x86_64-macosx < %s | FileCheck %s
+; RUN: llc -O0 -asm-verbose -mtriple=x86_64-macosx < %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.