From 652c2bdc171a448a2d6082040eebec366946ad33 Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Mon, 29 Oct 2018 00:15:43 +0100 Subject: add %OOopt to recently added tests and Concrete --- test/Feature/EscapingFunctions.c | 2 +- test/Feature/EscapingFunctionsAlias.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Feature') diff --git a/test/Feature/EscapingFunctions.c b/test/Feature/EscapingFunctions.c index 83d8415a..f5791d76 100644 --- a/test/Feature/EscapingFunctions.c +++ b/test/Feature/EscapingFunctions.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -emit-llvm -O0 -g -c %s -o %t.bc +// RUN: %llvmgcc -emit-llvm %O0opt -g -c %s -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee -debug-print-escaping-functions --output-dir=%t.klee-out %t.bc 2> %t.log // RUN: FileCheck --input-file=%t.log %s diff --git a/test/Feature/EscapingFunctionsAlias.c b/test/Feature/EscapingFunctionsAlias.c index ca8f2f4f..f5e0fb11 100644 --- a/test/Feature/EscapingFunctionsAlias.c +++ b/test/Feature/EscapingFunctionsAlias.c @@ -1,6 +1,6 @@ // Darwin does not support strong aliases. // REQUIRES: not-darwin -// RUN: %llvmgcc -emit-llvm -O0 -g -c %s -o %t.bc +// RUN: %llvmgcc -emit-llvm %O0opt -g -c %s -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee -debug-print-escaping-functions --output-dir=%t.klee-out %t.bc 2> %t.log // RUN: FileCheck --input-file=%t.log %s -- cgit 1.4.1