[LLVMbugs] [Bug 15284] New: -print-libgcc-file-name does not print full path to libgcc.a
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Feb 15 16:03:46 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15284
Bug ID: 15284
Summary: -print-libgcc-file-name does not print full path to
libgcc.a
Product: clang
Version: trunk
Hardware: PC
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: f at souza.cc
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Here is the output from gcc:
% gcc -print-libgcc-file-name
/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64/libgcc.a
and here is the output from clang:
% clang -print-libgcc-file-name
libgcc.a
% clang --version
clang version 3.3 (trunk 175313)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
--
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/20130216/5937d6bf/attachment.html>
More information about the llvm-bugs
mailing list