diff options
| author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2013-02-14 08:23:08 +0000 |
|---|---|---|
| committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2013-02-14 08:23:08 +0000 |
| commit | 70247a807b3f6fa6f5996fd2184d6276c8e1d881 (patch) | |
| tree | 36af9ca04367c6c540408eabcc624f7b37e5931d /llvm/test | |
| parent | 763b2981b45dd474fdc51d7d6b38f5b28b73c572 (diff) | |
| download | bcm5719-llvm-70247a807b3f6fa6f5996fd2184d6276c8e1d881.tar.gz bcm5719-llvm-70247a807b3f6fa6f5996fd2184d6276c8e1d881.zip | |
The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin".
llvm-svn: 175146
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/line-info.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/line-info.ll b/llvm/test/DebugInfo/line-info.ll index 419098d223d..92dd0724a80 100644 --- a/llvm/test/DebugInfo/line-info.ll +++ b/llvm/test/DebugInfo/line-info.ll @@ -1,4 +1,4 @@ -; RUN: llc -filetype=obj -O0 < %s > %t +; RUN: llc -mtriple=x86_64-apple-darwin -filetype=obj -O0 < %s > %t ; RUN: llvm-dwarfdump %t | FileCheck %s ; CHECK: 2 0 1 0 is_stmt |

