mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 22:17:47 +00:00
[gcov][test] Add mkdir -p %t && cd %t
This allows an alternative lit runner (which does not chdir to %T) to run within a read-only source tree.
This commit is contained in:
parent
7cc81c9a51
commit
d2790b14ca
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user