File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler-rt/test/profile/ContinuousSyncMode Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
// Create two DSOs and a driver program that uses them.
9
9
// RUN: echo "void dso1(void) {}" > dso1.c
10
10
// RUN: echo "void dso2(void) {}" > dso2.c
11
- // RUN: %clang_pgogen_cont %shared_lib_flag -o %t.dir/dso1.dylib dso1.c -mllvm -instrprof-atomic-counter- update-all=1
12
- // RUN: %clang_pgogen_cont %shared_lib_flag -o %t.dir/dso2.dylib dso2.c -mllvm -instrprof-atomic-counter- update-all=1
13
- // RUN: %clang_pgogen_cont -o main.exe %s %t.dir/dso1.dylib %t.dir/dso2.dylib -mllvm -instrprof-atomic-counter- update-all=1
11
+ // RUN: %clang_pgogen_cont %shared_lib_flag -o %t.dir/dso1.dylib dso1.c -fprofile- update=atomic
12
+ // RUN: %clang_pgogen_cont %shared_lib_flag -o %t.dir/dso2.dylib dso2.c -fprofile- update=atomic
13
+ // RUN: %clang_pgogen_cont -o main.exe %s %t.dir/dso1.dylib %t.dir/dso2.dylib -fprofile- update=atomic
14
14
//
15
15
// === Round 1 ===
16
16
// Test merging+continuous mode without any file contention.
You can’t perform that action at this time.
0 commit comments