1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[gcov][test] Don't write a.gcno in CWD

This commit is contained in:
Fangrui Song 2020-08-28 17:34:11 -07:00
parent 668e0765c0
commit b2fa17699f

View File

@ -1,4 +1,5 @@
;; -fsanitize=thread requires the (potentially concurrent) counter updates to be atomic.
; RUN: mkdir -p %t && cd %t
; RUN: opt < %s -S -passes=insert-gcov-profiling -gcov-atomic-counter | FileCheck %s
; CHECK-LABEL: void @empty()