summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-10-23 16:29:04 +0000
committerTanya Lattner <tonic@nondot.org>2008-10-23 16:29:04 +0000
commitefc29bdb2ce54a15f5e774e4b97144159684314f (patch)
treeb877cdfe0fd49a93d9ec3362fe65c1f53d34bb7f
parentf1e2a2cd26eadc4322f2807157190803e34084a7 (diff)
downloadllvm-efc29bdb2ce54a15f5e774e4b97144159684314f.tar.gz
Merge from mainline. This test was fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_24@58038 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Linker/2008-07-06-AliasWeakDest.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Linker/2008-07-06-AliasWeakDest.ll b/test/Linker/2008-07-06-AliasWeakDest.ll
index 8a5126af5e65..667acba0e9ae 100644
--- a/test/Linker/2008-07-06-AliasWeakDest.ll
+++ b/test/Linker/2008-07-06-AliasWeakDest.ll
@@ -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"