[llvm] r191793 - Try to fix native-arm bot

Manman Ren manman.ren at gmail.com
Tue Oct 1 13:23:13 PDT 2013


Author: mren
Date: Tue Oct  1 15:23:12 2013
New Revision: 191793

URL: http://llvm.org/viewvc/llvm-project?rev=191793&view=rev
Log:
Try to fix native-arm bot

Modified:
    llvm/trunk/test/Linker/type-unique-simple-a.ll

Modified: llvm/trunk/test/Linker/type-unique-simple-a.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/type-unique-simple-a.ll?rev=191793&r1=191792&r2=191793&view=diff
==============================================================================
--- llvm/trunk/test/Linker/type-unique-simple-a.ll (original)
+++ llvm/trunk/test/Linker/type-unique-simple-a.ll Tue Oct  1 15:23:12 2013
@@ -40,8 +40,6 @@
 ;   return 0;
 ; }
 ; ModuleID = 'foo.cpp'
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.8.0"
 
 %struct.Base = type { i32 }
 





More information about the llvm-commits mailing list