diff options
| author | Julian Büning <julian.buening@rwth-aachen.de> | 2019-03-20 22:05:09 +0100 |
|---|---|---|
| committer | MartinNowack <martin.nowack@gmail.com> | 2019-03-21 12:46:01 +0000 |
| commit | 3c22f088ce92854b9fcb5b41f67bf9a503ec9719 (patch) | |
| tree | c7497c38f3e661f56a32d55d79b5d7868a070220 /test/regression/2018-10-28-alias-to-alias.leq36.ll | |
| parent | 9767a37f9e8a743fa81629510346cb0a5a3a7900 (diff) | |
| download | klee-3c22f088ce92854b9fcb5b41f67bf9a503ec9719.tar.gz | |
remove tests for LLVM <= 3.7
Diffstat (limited to 'test/regression/2018-10-28-alias-to-alias.leq36.ll')
| -rw-r--r-- | test/regression/2018-10-28-alias-to-alias.leq36.ll | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/regression/2018-10-28-alias-to-alias.leq36.ll b/test/regression/2018-10-28-alias-to-alias.leq36.ll deleted file mode 100644 index 2d4bd803..00000000 --- a/test/regression/2018-10-28-alias-to-alias.leq36.ll +++ /dev/null @@ -1,21 +0,0 @@ -; REQUIRES: lt-llvm-3.7 -; RUN: rm -rf %t.klee-out -; RUN: llvm-as -f %s -o - | %klee --output-dir=%t.klee-out -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" - -; @foo is not known yet -@foo2 = alias i32 (...)* @foo -@foo = alias bitcast (i32 ()* @__foo to i32 (...)*) - -define i32 @__foo() { -entry: - ret i32 42 -} - -define i32 @main() { -entry: - call i32 (...)* @foo() - call i32 (...)* @foo2() - ret i32 0 -} |
