[llvm-commits] [llvm] r58038 - /llvm/branches/release_24/test/Linker/2008-07-06-AliasWeakDest.ll

Tanya Lattner tonic at nondot.org
Thu Oct 23 09:29:07 PDT 2008


Author: tbrethou
Date: Thu Oct 23 11:29:04 2008
New Revision: 58038

URL: http://llvm.org/viewvc/llvm-project?rev=58038&view=rev
Log:
Merge from mainline. This test was fixed.

Modified:
    llvm/branches/release_24/test/Linker/2008-07-06-AliasWeakDest.ll

Modified: llvm/branches/release_24/test/Linker/2008-07-06-AliasWeakDest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_24/test/Linker/2008-07-06-AliasWeakDest.ll?rev=58038&r1=58037&r2=58038&view=diff

==============================================================================
--- llvm/branches/release_24/test/Linker/2008-07-06-AliasWeakDest.ll (original)
+++ llvm/branches/release_24/test/Linker/2008-07-06-AliasWeakDest.ll Thu Oct 23 11:29:04 2008
@@ -4,8 +4,6 @@
 ; RUN: llvm-link %t1.bc %t2.bc -f -o %t3.bc
 ; RUN: llvm-link %t2.bc %t1.bc -f -o %t4.bc
 
-; XFAIL: *
-
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
 target triple = "i386-pc-linux-gnu"
 





More information about the llvm-commits mailing list