From b96e0eac2fefa609b1e5d613986caa7c880185c3 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Thu, 2 Nov 2017 11:28:49 +0100 Subject: Add missing endian information to avoid selecction of big endian systems --- test/regression/2007-08-01-bool-zext-in-call.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/regression') diff --git a/test/regression/2007-08-01-bool-zext-in-call.ll b/test/regression/2007-08-01-bool-zext-in-call.ll index 1a4bf4f3..d8b2cec0 100644 --- a/test/regression/2007-08-01-bool-zext-in-call.ll +++ b/test/regression/2007-08-01-bool-zext-in-call.ll @@ -1,7 +1,8 @@ ; RUN: rm -rf %t.klee-out ; RUN: llvm-as -f %s -o - | %klee --output-dir=%t.klee-out ; RUN: not test -f %t.klee-out/test0001.abort.err - +target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" declare void @klee_abort() define i32 @foo(i8 signext %val) { -- cgit 1.4.1