[llvm-commits] [llvm] r173502 - /llvm/trunk/test/DebugInfo/X86/DW_TAG_friend.ll

Eli Bendersky eliben at google.com
Fri Jan 25 13:58:09 PST 2013


Author: eliben
Date: Fri Jan 25 15:58:09 2013
New Revision: 173502

URL: http://llvm.org/viewvc/llvm-project?rev=173502&view=rev
Log:
Add back a RUN line removed by mistake by a previous commit

Modified:
    llvm/trunk/test/DebugInfo/X86/DW_TAG_friend.ll

Modified: llvm/trunk/test/DebugInfo/X86/DW_TAG_friend.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/DW_TAG_friend.ll?rev=173502&r1=173501&r2=173502&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/DW_TAG_friend.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/DW_TAG_friend.ll Fri Jan 25 15:58:09 2013
@@ -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.





More information about the llvm-commits mailing list