From 4f725d63be7f22d79875b4f3794b8d79f0ca039c Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Mon, 2 Oct 2017 10:21:26 +0000 Subject: Use %run for running CFI tests Reviewers: pcc, krasin, eugenis Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D38412 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@314659 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/cfi/stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cfi/stats.cpp') diff --git a/test/cfi/stats.cpp b/test/cfi/stats.cpp index 566fcfbc2..eb0c2ed95 100644 --- a/test/cfi/stats.cpp +++ b/test/cfi/stats.cpp @@ -1,5 +1,5 @@ // RUN: %clangxx_cfi -g -fsanitize-stats -o %t %s -// RUN: env SANITIZER_STATS_PATH=%t.stats %t +// RUN: env SANITIZER_STATS_PATH=%t.stats %run %t // RUN: sanstats %t.stats | FileCheck %s // FIXME: We currently emit the wrong debug info under devirtualization. -- cgit v1.2.3