diff options
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/dataOnly.ll | 1 | ||||
-rw-r--r-- | test/DebugInfo/deaddebuglabel.ll | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/DebugInfo/dataOnly.ll b/test/DebugInfo/dataOnly.ll index 1d959ef..a933555 100644 --- a/test/DebugInfo/dataOnly.ll +++ b/test/DebugInfo/dataOnly.ll @@ -1,6 +1,5 @@ ; RUN: llvm-as < %s | llc | grep DWARF ; ModuleID = 'foo.c' -; 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:128:128" target triple = "i386-apple-darwin8" %llvm.dbg.anchor.type = type { i32, i32 } diff --git a/test/DebugInfo/deaddebuglabel.ll b/test/DebugInfo/deaddebuglabel.ll index a01c210..d183b8a 100644 --- a/test/DebugInfo/deaddebuglabel.ll +++ b/test/DebugInfo/deaddebuglabel.ll @@ -1,6 +1,5 @@ ; PR2614 ; RUN: llvm-as < %s | llc | grep "label" | count 8 -; 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-f80:32:32-v64:64:64-v128:128:128-a0:0:64" target triple = "i686-pc-linux-gnu" |