[LLVMbugs] [Bug 21538] New: Provides a way to extract the path of libcompiler_rt
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Nov 11 17:46:57 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21538
Bug ID: 21538
Summary: Provides a way to extract the path of libcompiler_rt
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: eocallaghan at alterapraxis.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 13323
--> http://llvm.org/bugs/attachment.cgi?id=13323&action=edit
Frontend driver patch
Hi,
Attached is a path that provides a way to get at the path of libcompiler_rt
from the frontend much the same way '-print-libgcc-file-name' works to get at
libgcc.a
We need this (it blocks us) in Coreboot.org as our build system is very low
level and this kind of granularity of control is used during link-time with our
rather demanding/tentative linker scripts.
Seems people in the IRC are very busy these days to quickly take care of this
one so i'll leave it here. I've done my best on the test case also so this is
like 98% the way there, I just need someone to take care of the rest.
Kind Regards,
Edward.
--
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/20141112/f2ad269c/attachment.html>
More information about the llvm-bugs
mailing list