Provides a way to extract the path of libcompiler_rt #21912
Labels
bugzilla
Issues migrated from bugzilla
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
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.
The text was updated successfully, but these errors were encountered: