about summary refs log tree commit diff homepage
path: root/test/CXX/LandingPad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/LandingPad.cpp')
-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