[LLVMbugs] [Bug 15171] New: When passed an @file, the clang driver should also use one when running ld
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 5 11:34:47 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15171
Bug ID: 15171
Summary: When passed an @file, the clang driver should also use
one when running ld
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Gcc has an heuristic for long command lines: If the driver is passed an @file,
it creates a temporary @file when running the linker too.
Clang currently will read the @file correctly, but it will create a command
line that is too long when running the linker.
--
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/20130205/1275a09f/attachment.html>
More information about the llvm-bugs
mailing list