summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-03-12 23:08:19 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-03-12 23:08:19 +0000
commit8a5a590cd1a058bf7227daf8b0de43a84822200b (patch)
tree0c166539be1778a8aa4d6411063ae7d3df26112c /llvm
parentb325b81138bfd8fe7fd96e95b08e7ac15d9bd694 (diff)
downloadbcm5719-llvm-8a5a590cd1a058bf7227daf8b0de43a84822200b.tar.gz
bcm5719-llvm-8a5a590cd1a058bf7227daf8b0de43a84822200b.zip
decl-derived-member.ll: Try to unbreak. Don't add -mtriple to %llc_dwarf.
llvm-svn: 203732
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/DebugInfo/X86/decl-derived-member.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/decl-derived-member.ll b/llvm/test/DebugInfo/X86/decl-derived-member.ll
index d9f320ea7ef..4035602fb25 100644
--- a/llvm/test/DebugInfo/X86/decl-derived-member.ll
+++ b/llvm/test/DebugInfo/X86/decl-derived-member.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
-; RUN: %llc_dwarf -mtriple x86_64-pc-linux -O0 -filetype=obj %s -o %t
+; RUN: llc -mtriple x86_64-pc-linux -O0 -filetype=obj %s -o %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; Testcase from:
OpenPOWER on IntegriCloud