[llvm] r188423 - DataFlowSanitizer: move abilist input file to Inputs.

Peter Collingbourne peter at pcc.me.uk
Wed Aug 14 15:28:36 PDT 2013


Author: pcc
Date: Wed Aug 14 17:28:36 2013
New Revision: 188423

URL: http://llvm.org/viewvc/llvm-project?rev=188423&view=rev
Log:
DataFlowSanitizer: move abilist input file to Inputs.

Added:
    llvm/trunk/test/Instrumentation/DataFlowSanitizer/Inputs/
    llvm/trunk/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt
      - copied, changed from r188422, llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt
Removed:
    llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt
Modified:
    llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll

Copied: llvm/trunk/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt (from r188422, llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt?p2=llvm/trunk/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt&p1=llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt&r1=188422&r2=188423&rev=188423&view=diff
==============================================================================
    (empty)

Modified: llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll?rev=188423&r1=188422&r2=188423&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll (original)
+++ llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll Wed Aug 14 17:28:36 2013
@@ -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)

Removed: llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt?rev=188422&view=auto
==============================================================================
--- llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt (original)
+++ llvm/trunk/test/Instrumentation/DataFlowSanitizer/abilist.ll.txt (removed)
@@ -1,11 +0,0 @@
-fun:discard=uninstrumented
-fun:discard=discard
-
-fun:functional=uninstrumented
-fun:functional=functional
-
-fun:custom1=uninstrumented
-fun:custom1=custom
-
-fun:custom2=uninstrumented
-fun:custom2=custom





More information about the llvm-commits mailing list