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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs