[test/profile] Pass -w to suppress suggestion to use fopen_s
This commit is contained in:
parent
ea7f211b2e
commit
8f7dc99647
|
|
@ -1,5 +1,5 @@
|
|||
// RUN: rm -f %t.buf.profraw %t.profraw
|
||||
// RUN: %clang_profgen -o %t %s
|
||||
// RUN: %clang_profgen -w -o %t %s
|
||||
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t %t.buf.profraw
|
||||
// RUN: llvm-profdata show %t.buf.profraw | FileCheck %s -check-prefix=WRITE-BUFFER
|
||||
// RUN: not llvm-profdata show %t.profraw 2>&1 | FileCheck %s -check-prefix=ALREADY-DUMPED
|
||||
|
|
|
|||
Loading…
Reference in New Issue