Changeset View
Changeset View
Standalone View
Standalone View
test/Transforms/GCOVProfiling/linezero.ll
; RUN: sed -e 's|PATTERN|%/T|g' %s | opt -insert-gcov-profiling -disable-output | ; RUN: rm -rf %t && mkdir -p %t | ||||
; RUN: rm %T/linezero.gcno | |||||
; RUN: sed -e 's|PATTERN|%/T|g' %s | opt -passes=insert-gcov-profiling -disable-output | ; RUN: sed -e 's|PATTERN|%/t|g' %s | opt -insert-gcov-profiling -disable-output | ||||
; RUN: rm %T/linezero.gcno | ; RUN: rm %t/linezero.gcno | ||||
; RUN: sed -e 's|PATTERN|%/t|g' %s | opt -passes=insert-gcov-profiling -disable-output | |||||
; RUN: rm %t/linezero.gcno | |||||
; This is a crash test. | ; This is a crash test. | ||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" | target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" | ||||
target triple = "x86_64-unknown-linux-gnu" | target triple = "x86_64-unknown-linux-gnu" | ||||
%struct.vector = type { i8 } | %struct.vector = type { i8 } | ||||
▲ Show 20 Lines • Show All 130 Lines • Show Last 20 Lines |