about summary refs log tree commit diff homepage
path: root/test/CXX
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2023-10-30 14:48:58 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2024-02-08 13:17:19 +0000
commit670ea6b70d2ee0a998f05624cbef041a489450b3 (patch)
treeb33ce5e1591a5817190bb70b9e0fe8db04ab1cc0 /test/CXX
parent657f9618023923f08adac11eee0a9566b808f805 (diff)
downloadklee-670ea6b70d2ee0a998f05624cbef041a489450b3.tar.gz
Fix test cases to support opaque pointers
Diffstat (limited to 'test/CXX')
-rw-r--r--test/CXX/LandingPad.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CXX/LandingPad.cpp b/test/CXX/LandingPad.cpp
index 18cad7c8..6b6e6748 100644
--- a/test/CXX/LandingPad.cpp
+++ b/test/CXX/LandingPad.cpp
@@ -1,3 +1,5 @@
+// REQUIRES: lt-llvm-15.0
+// Different LLVM IR syntax with opaque ptr - it's a nullptr directly, no constant
 // RUN: %clangxx %s -emit-llvm -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out %t1.bc 2>&1 | FileCheck %s