aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2013-08-14 22:28:36 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2013-08-14 22:28:36 +0000
commitf62372f6a30373e976831bf4905a7c2fe45a9030 (patch)
treee3daf4f25aa4d94075552f608272e7186ab8b5a4 /test/Instrumentation
parentcbb5c73942b62e693d9233907720138dd4f40f26 (diff)
downloadexternal_llvm-f62372f6a30373e976831bf4905a7c2fe45a9030.zip
external_llvm-f62372f6a30373e976831bf4905a7c2fe45a9030.tar.gz
external_llvm-f62372f6a30373e976831bf4905a7c2fe45a9030.tar.bz2
DataFlowSanitizer: move abilist input file to Inputs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Instrumentation')
-rw-r--r--test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt (renamed from test/Instrumentation/DataFlowSanitizer/abilist.ll.txt)0
-rw-r--r--test/Instrumentation/DataFlowSanitizer/abilist.ll2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt b/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt
index fec2a50..fec2a50 100644
--- a/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt
+++ b/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt
diff --git a/test/Instrumentation/DataFlowSanitizer/abilist.ll b/test/Instrumentation/DataFlowSanitizer/abilist.ll
index d8bce82..bf550f5 100644
--- a/test/Instrumentation/DataFlowSanitizer/abilist.ll
+++ b/test/Instrumentation/DataFlowSanitizer/abilist.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -dfsan -dfsan-args-abi -dfsan-abilist=%s.txt -S | FileCheck %s
+; RUN: opt < %s -dfsan -dfsan-args-abi -dfsan-abilist=%S/Inputs/abilist.txt -S | FileCheck %s
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
; CHECK: i32 @discard(i32 %a, i32 %b)