about summary refs log tree commit diff homepage
path: root/test/Feature/ExtCall.c
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2024-02-17 15:20:54 +0000
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2024-02-27 09:45:01 +0000
commita802c6dfd600f81d6131c055685188e0ac08bb9e (patch)
treed2a2b0f58387c6ef34e95fa3ba6d3507c9c0934b /test/Feature/ExtCall.c
parent85858749a65f599b88098662de332b6878e6af4c (diff)
downloadklee-a802c6dfd600f81d6131c055685188e0ac08bb9e.tar.gz
This commit fixes the concretization of arguments following an external call with symbolic arguments. It also introduces a new external call policy, where the symbolic inputs are left unconstrained following such a call, useful for certain external calls such as printf.
Diffstat (limited to 'test/Feature/ExtCall.c')
-rw-r--r--test/Feature/ExtCall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Feature/ExtCall.c b/test/Feature/ExtCall.c
index 5d9c0684..e38f92d9 100644
--- a/test/Feature/ExtCall.c
+++ b/test/Feature/ExtCall.c
@@ -1,4 +1,3 @@
-// XFAIL: *
 // This test checks that symbolic arguments to a function call are correctly concretized
 // RUN: %clang %s -emit-llvm %O0opt -g -c -o %t.bc