diff --git a/test/Transforms/GCOVProfiling/global-ctor.ll b/test/Transforms/GCOVProfiling/global-ctor.ll index 596a2ad7763..e90385c7c42 100644 --- a/test/Transforms/GCOVProfiling/global-ctor.ll +++ b/test/Transforms/GCOVProfiling/global-ctor.ll @@ -1,5 +1,6 @@ ;; For a global constructor, _GLOBAL__sub_I_ only has artificial lines. ;; Test that we don't instrument those functions. +; RUN: mkdir -p %t && cd %t ; RUN: opt -S -insert-gcov-profiling < %s | FileCheck %s ; RUN: opt -S -passes=insert-gcov-profiling < %s | FileCheck %s