[llvm] r280451 - llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: Use %/T instead of %T, not to emit backslashes.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 18:33:00 PDT 2016


Author: chapuni
Date: Thu Sep  1 20:33:00 2016
New Revision: 280451

URL: http://llvm.org/viewvc/llvm-project?rev=280451&view=rev
Log:
llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: Use %/T instead of %T, not to emit backslashes.

Modified:
    llvm/trunk/test/Transforms/GCOVProfiling/three-element-mdnode.ll

Modified: llvm/trunk/test/Transforms/GCOVProfiling/three-element-mdnode.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GCOVProfiling/three-element-mdnode.ll?rev=280451&r1=280450&r2=280451&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GCOVProfiling/three-element-mdnode.ll (original)
+++ llvm/trunk/test/Transforms/GCOVProfiling/three-element-mdnode.ll Thu Sep  1 20:33:00 2016
@@ -1,4 +1,4 @@
-; RUN: echo '!10 = !{!"%T/aaa.gcno", !"%T/bbb.gcda", !0}' > %t1
+; RUN: echo '!10 = !{!"%/T/aaa.gcno", !"%/T/bbb.gcda", !0}' > %t1
 ; RUN: cat %s %t1 > %t2
 ; RUN: opt -insert-gcov-profiling -S -o %t3 < %t2
 ; RUN: grep _Z3foov %T/aaa.gcno




More information about the llvm-commits mailing list