[LLVMbugs] [Bug 14676] New: Possible mistake in libTooling documentation.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 20 14:33:58 PST 2012


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

             Bug #: 14676
           Summary: Possible mistake in libTooling documentation.
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: joel.gouly at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


The libTooling documentation says to run a tool like
  ./tool blah.h -- clang -fsyntax-only

However this produces a warning: "warning: clang: 'linker' input unused"

  ./tool blah.h -- clang -c -fsyntax-only

Also produces the same warning.

  ./tool blah.h -- -fsyntax-only

Works fine!

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list