From 3c22f088ce92854b9fcb5b41f67bf9a503ec9719 Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Wed, 20 Mar 2019 22:05:09 +0100 Subject: remove tests for LLVM <= 3.7 --- test/Feature/ConstantArray.ll | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/Feature/ConstantArray.ll') diff --git a/test/Feature/ConstantArray.ll b/test/Feature/ConstantArray.ll index e0f811cc..32d4934c 100644 --- a/test/Feature/ConstantArray.ll +++ b/test/Feature/ConstantArray.ll @@ -1,7 +1,3 @@ -; LLVM 3.7 requires a type as the first argument to 'getelementptr' -; LLVM 3.7 requires a type as the first argument to 'load' -; LLVM 3.7 no longer accepts '*' with a 'call' -; REQUIRES: geq-llvm-3.7 ; RUN: llvm-as %s -f -o %t1.bc ; RUN: rm -rf %t.klee-out ; RUN: %klee --output-dir=%t.klee-out --optimize=false %t1.bc 2>&1 | FileCheck %s -- cgit 1.4.1