[llvm-bugs] [Bug 32555] New: Expose __gcov_flush

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Apr 6 14:30:22 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32555

            Bug ID: 32555
           Summary: Expose __gcov_flush
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: yaneurabeya at gmail.com
                CC: llvm-bugs at lists.llvm.org

If a test program uses _exit in lieu of exit, the end-user must call
__gcov_flush. Unfortunately this API isn't currently exposed anywhere, so
calling it isn't possible unless someone adds appropriate extern's in program
headers.

It would be really nice if this API was exposed so others didn't need to back a
__gcov_flush definition in their sources.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170406/7eebc251/attachment-0001.html>


More information about the llvm-bugs mailing list