[LLVMbugs] [Bug 22478] New: -fno-instrument-functions not implemented?

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 5 09:44:49 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22478

            Bug ID: 22478
           Summary: -fno-instrument-functions not implemented?
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: gonzalobg88 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The -fno-instrument-functions compiler flag is the -fno-"" equivalent of the
-finstrument-functions flags and is not implemented. That is, clang is not
consistent with its -fno-"" convention, and also not compatible with gcc (which
also follows this convention and implements the flag).

Furthermore the gcc option
"-finstrument-functions-exclude-file-list=file,file,..." is still not
implemented, making the implemented -finstrument-functions useless in a lot of
projects.

-- 
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/20150205/692c8bfa/attachment.html>


More information about the llvm-bugs mailing list