Skip to content

Provides a way to extract the path of libcompiler_rt #21912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
llvmbot opened this issue Nov 12, 2014 · 5 comments
Closed

Provides a way to extract the path of libcompiler_rt #21912

llvmbot opened this issue Nov 12, 2014 · 5 comments
Labels
bugzilla Issues migrated from bugzilla clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl'

Comments

@llvmbot
Copy link
Member

llvmbot commented Nov 12, 2014

Bugzilla Link 21538
Resolution FIXED
Resolved on Jul 07, 2019 01:18
Version trunk
OS Linux
Blocks #22065
Attachments Frontend driver patch, Frontend driver (testcase) patch
Reporter LLVM Bugzilla Contributor
CC @majnemer,@echristo,@MaskRay,@Artem-B

Extended Description

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.

@llvmbot
Copy link
Member Author

llvmbot commented Nov 24, 2014

Without this patch, you essentially can not build coreboot^[1] !

This is a very significant patch for us and there has been no progress on this for many months. The patch is provided here, can we have some progress please..?

Cheers,
Edward.

[1] - http://coreboot.org/

@majnemer
Copy link
Mannequin

majnemer mannequin commented Dec 1, 2014

Ed,

Please send patches to the mailinglist.

@MaskRay
Copy link
Member

MaskRay commented Jul 7, 2019

Fixed by https://reviews.llvm.org/D25338

clang -rtlib=compiler-rt --print-libgcc-file-name

@llvmbot
Copy link
Member Author

llvmbot commented Nov 26, 2021

mentioned in issue #22065

1 similar comment
@llvmbot
Copy link
Member Author

llvmbot commented Nov 26, 2021

mentioned in issue #22065

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
Projects
None yet
Development

No branches or pull requests

2 participants