about summary refs log tree commit diff homepage
path: root/test/CXX/symex/libc++/rethrow.cpp
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2023-10-12 10:32:32 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2024-02-08 13:17:19 +0000
commitef4b8d817181f42d99a2c9664367d60fc3a74c05 (patch)
tree96567bb3105c054678999ab0ebd64fc7743c3882 /test/CXX/symex/libc++/rethrow.cpp
parentf27b748ba2be259177aa672e4d5fc39d36479c7f (diff)
downloadklee-ef4b8d817181f42d99a2c9664367d60fc3a74c05.tar.gz
Replace `%libcxx_include` with `%libcxx_includes` for multi-include directories
To support multiple include directories for c++ header files, use
`%libcxx_includes`. This string contains the `-I` compiler directive for
each include path as well.

Update test cases to use new directive.
Diffstat (limited to 'test/CXX/symex/libc++/rethrow.cpp')
-rw-r--r--test/CXX/symex/libc++/rethrow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/symex/libc++/rethrow.cpp b/test/CXX/symex/libc++/rethrow.cpp
index 149fe693..213cb1af 100644
--- a/test/CXX/symex/libc++/rethrow.cpp
+++ b/test/CXX/symex/libc++/rethrow.cpp
@@ -1,7 +1,7 @@
 // REQUIRES: uclibc
 // REQUIRES: libcxx
 // REQUIRES: eh-cxx
-// RUN: %clangxx %s -emit-llvm %O0opt -std=c++11 -c -I "%libcxx_include" -g -nostdinc++ -o %t.bc
+// RUN: %clangxx %s -emit-llvm %O0opt -std=c++11 -c %libcxx_includes -g -nostdinc++ -o %t.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --exit-on-error --libcxx --libc=uclibc %t.bc 2>&1 | FileCheck %s