File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler-rt/test/profile/ContinuousSyncMode Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
// RUN: rm -rf %t.dir && mkdir -p %t.dir && cd %t.dir
6
6
7
7
// The -mllvm -runtime-counter-relocation=true flag has effect only on linux.
8
- // RUN: %clang -fprofile-instr-generate -fcoverage-mapping -mllvm -instrprof-atomic-counter- update-all=1 -mllvm -runtime-counter-relocation=true -o main.exe %s
8
+ // RUN: %clang -fprofile-instr-generate -fcoverage-mapping -fprofile- update=atomic -mllvm -runtime-counter-relocation=true -o main.exe %s
9
9
10
10
// Test continuous mode with __llvm_profile_set_file_object with mergin disabled.
11
11
// RUN: env LLVM_PROFILE_FILE="%t.dir/profdir/%c%mprofraw.old" %run %t.dir/main.exe nomerge %t.dir/profdir/profraw.new 2>&1 | FileCheck %s -check-prefix=WARN
You can’t perform that action at this time.
0 commit comments