Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / Transforms / GCOVProfiling / version.ll
index efd633af6d260598b4d2808c588d2a89a29c80ba..d6d0f3314c2694469242314f86a97f0bc36882f1 100644 (file)
@@ -1,17 +1,19 @@
-; RUN: echo '!9 = metadata !{metadata !"%s", metadata !0}' > %t1
+; RUN: echo '!9 = metadata !{metadata !"%T/version.ll", metadata !0}' > %t1
 ; RUN: cat %s %t1 > %t2
 ; RUN: opt -insert-gcov-profiling -disable-output < %t2
-; RUN: head -c12 %S/version.gcno | grep '^oncg\*204MVLL$'
-; RUN: rm %S/version.gcno
+; RUN: head -c12 %T/version.gcno | grep '^oncg\*204MVLL$'
+; RUN: rm %T/version.gcno
 ; RUN: not opt -insert-gcov-profiling -default-gcov-version=asdfasdf -disable-output < %t2
 ; RUN: opt -insert-gcov-profiling -default-gcov-version=407* -disable-output < %t2
-; RUN: head -c12 %S/version.gcno | grep '^oncg\*704MVLL$'
-; RUN: rm %S/version.gcno
+; RUN: head -c12 %T/version.gcno | grep '^oncg\*704MVLL$'
+; RUN: rm %T/version.gcno
 
 define void @test() {
   ret void, !dbg !8
 }
 
+; REQUIRES: shell
+
 !llvm.gcov = !{!9}
 !llvm.dbg.cu = !{!0}