diff options
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/dg.exp | 3 | ||||
-rw-r--r-- | test/Feature/float.ll | 1 | ||||
-rw-r--r-- | test/Feature/lit.local.cfg | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/test/Feature/dg.exp b/test/Feature/dg.exp deleted file mode 100644 index f200589..0000000 --- a/test/Feature/dg.exp +++ /dev/null @@ -1,3 +0,0 @@ -load_lib llvm.exp - -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] diff --git a/test/Feature/float.ll b/test/Feature/float.ll index 6c6c5dd..b875afe 100644 --- a/test/Feature/float.ll +++ b/test/Feature/float.ll @@ -2,5 +2,6 @@ ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll +@H1 = global half 0x4010000000000000 @F1 = global float 0x4010000000000000 @D1 = global double 0x4010000000000000 diff --git a/test/Feature/lit.local.cfg b/test/Feature/lit.local.cfg new file mode 100644 index 0000000..19eebc0 --- /dev/null +++ b/test/Feature/lit.local.cfg @@ -0,0 +1 @@ +config.suffixes = ['.ll', '.c', '.cpp'] |