From: Eli Bendersky Date: Fri, 25 Jan 2013 21:58:09 +0000 (+0000) Subject: Add back a RUN line removed by mistake by a previous commit X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=158ea095c07287130efeaff5fe9b4566c976d255;p=platform%2Fupstream%2Fllvm.git Add back a RUN line removed by mistake by a previous commit llvm-svn: 173502 --- diff --git a/llvm/test/DebugInfo/X86/DW_TAG_friend.ll b/llvm/test/DebugInfo/X86/DW_TAG_friend.ll index ebdd797..efbb23e 100644 --- a/llvm/test/DebugInfo/X86/DW_TAG_friend.ll +++ b/llvm/test/DebugInfo/X86/DW_TAG_friend.ll @@ -1,3 +1,4 @@ +; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s ; Check that the friend tag is there and is followed by a DW_AT_friend that has a reference back.