[LLVMbugs] [Bug 16685] New: Option removed from llvm-ar not removed from docs or sample Makefile
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 23 13:15:52 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16685
Bug ID: 16685
Summary: Option removed from llvm-ar not removed from docs or
sample Makefile
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: scott+llvm+bugzilla at pakin.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Revision r186078 (2013-07-11) removed support for llvm-ar's "f" option, which
truncates names in archives. However,
http://llvm.org/docs/CommandGuide/llvm-ar.html still mentions "f" as a valid
option, and projects/sample/Makefile.llvm.rules still passes "f" to llvm-ar:
LArchive = $(LLVMToolDir)/llvm-ar rcsf
On top of that, the error message llvm-ar produces when an invalid option is
specified does not indicate *which* option was invalid or even that an option
was invalid. That made it take longer than it should have to track down the
problem: both the documentation and the Makefile.llvm.rules seem to indicate
that the "f" is still hunky-dory, which it's not.
Please update http://llvm.org/docs/CommandGuide/llvm-ar.html and
projects/sample/Makefile.llvm.rules.
Thanks,
-- Scott
--
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/20130723/b6fb5607/attachment.html>
More information about the llvm-bugs
mailing list