diff options
| author | Marco Castelluccio <mcastelluccio@mozilla.com> | 2018-07-10 14:12:03 +0000 |
|---|---|---|
| committer | Marco Castelluccio <mcastelluccio@mozilla.com> | 2018-07-10 14:12:03 +0000 |
| commit | 2827420aabb355b84eefc53f7a3d405c1696deeb (patch) | |
| tree | 6cf351db9c76698de0173e4018fd6bcf9fcf74e5 /compiler-rt/test/profile/Inputs/instrprof-dlopen-func3.c | |
| parent | 53108d48f74e3bd68b82b17238d6872534dfb87c (diff) | |
| download | bcm5719-llvm-2827420aabb355b84eefc53f7a3d405c1696deeb.tar.gz bcm5719-llvm-2827420aabb355b84eefc53f7a3d405c1696deeb.zip | |
Reapply "Make __gcov_flush flush counters for all shared libraries"
This reapplies r336365, after marking tests as failing on various
configurations.
llvm-svn: 336678
Diffstat (limited to 'compiler-rt/test/profile/Inputs/instrprof-dlopen-func3.c')
| -rw-r--r-- | compiler-rt/test/profile/Inputs/instrprof-dlopen-func3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/Inputs/instrprof-dlopen-func3.c b/compiler-rt/test/profile/Inputs/instrprof-dlopen-func3.c new file mode 100644 index 00000000000..5785f46cc86 --- /dev/null +++ b/compiler-rt/test/profile/Inputs/instrprof-dlopen-func3.c @@ -0,0 +1 @@ +void func3(int K) { if (K) {} } |

