diff options
| author | Eli Bendersky <eliben@google.com> | 2013-01-25 21:58:09 +0000 |
|---|---|---|
| committer | Eli Bendersky <eliben@google.com> | 2013-01-25 21:58:09 +0000 |
| commit | 158ea095c07287130efeaff5fe9b4566c976d255 (patch) | |
| tree | 87918f21c2a4ec0a4803d232efccf10a872f84de /llvm/test | |
| parent | 6b86eec819f5b5ae9d4d3b3b1f3e3b9299f0413e (diff) | |
| download | bcm5719-llvm-158ea095c07287130efeaff5fe9b4566c976d255.tar.gz bcm5719-llvm-158ea095c07287130efeaff5fe9b4566c976d255.zip | |
Add back a RUN line removed by mistake by a previous commit
llvm-svn: 173502
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/X86/DW_TAG_friend.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/X86/DW_TAG_friend.ll b/llvm/test/DebugInfo/X86/DW_TAG_friend.ll index ebdd7978d03..efbb23e457c 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. |

