summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commitcdc97373f8bcf7911536252a56b2994347b4824a (patch)
treeb058668c320b14b398c53b74bbe2c9f1f4ba5008 /llvm/test
parentd0d6fcc923f062fc388ebe98fc074d61e9c2320f (diff)
downloadbcm5719-llvm-cdc97373f8bcf7911536252a56b2994347b4824a.tar.gz
bcm5719-llvm-cdc97373f8bcf7911536252a56b2994347b4824a.zip
DataFlowSanitizer: move abilist input file to Inputs.
llvm-svn: 188423
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt (renamed from llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt)0
-rw-r--r--llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll2
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt b/llvm/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt
index fec2a509e0a..fec2a509e0a 100644
--- a/llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt
+++ b/llvm/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt
diff --git a/llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll b/llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll
index d8bce82ce84..bf550f5d476 100644
--- a/llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll
+++ b/llvm/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)
OpenPOWER on IntegriCloud