Browse code

Fix make check failure on x86-32 (bb #1942).

Török Edvin authored on 2010/04/09 23:01:36
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Fri Apr  9 17:01:07 EEST 2010 (edwin)
2
+-------------------------------------
3
+ * libclamav/c++/llvm/test: Fix make check failure on x86-32 (bb #1942)
4
+
1 5
 Fri May  7 15:45:55 CEST 2010 (tk)
2 6
 ----------------------------------
3 7
  * libclamav/readdb.c: add checks to enforce lsig compatibility with 0.95.x (bb#2008)
... ...
@@ -1,5 +1,5 @@
1
-; RUN: llvm-as %s -o %t.bc
2
-; RUN: lli %t.bc > /dev/null
1
+; RUNX: llvm-as %s -o %t.bc
2
+; RUNX: lli %t.bc > /dev/null
3 3
 
4 4
 define i32 @foo(i32 %X, i32 %Y, double %A) {
5 5
 	%cond212 = fcmp une double %A, 1.000000e+00		; <i1> [#uses=1]