[llvm] r175146 - The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin".

Elena Demikhovsky elena.demikhovsky at intel.com
Thu Feb 14 00:23:08 PST 2013


Author: delena
Date: Thu Feb 14 02:23:08 2013
New Revision: 175146

URL: http://llvm.org/viewvc/llvm-project?rev=175146&view=rev
Log:
The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin".

Modified:
    llvm/trunk/test/DebugInfo/line-info.ll

Modified: llvm/trunk/test/DebugInfo/line-info.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/line-info.ll?rev=175146&r1=175145&r2=175146&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/line-info.ll (original)
+++ llvm/trunk/test/DebugInfo/line-info.ll Thu Feb 14 02:23:08 2013
@@ -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





More information about the llvm-commits mailing list