From a802c6dfd600f81d6131c055685188e0ac08bb9e Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Sat, 17 Feb 2024 15:20:54 +0000 Subject: 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. --- test/Feature/ExtCall.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Feature/ExtCall.c') 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 -- cgit 1.4.1