LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 22453 - do not assume ranlib version based on host os version
Summary: do not assume ranlib version based on host os version
Status: RESOLVED WONTFIX
Alias: None
Product: compiler-rt
Classification: Unclassified
Component: compiler-rt (show other bugs)
Version: 3.6
Hardware: Macintosh MacOS X
: P enhancement
Assignee: Vitaly Buka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-03 21:55 PST by Michael Weiser
Modified: 2018-06-08 13:25 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments
determine available ranlib version (948 bytes, patch)
2015-02-03 21:55 PST, Michael Weiser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weiser 2015-02-03 21:55:21 PST
Created attachment 13804 [details]
determine available ranlib version

With environments like homebrew, MacPorts and Gentoo prefix it's not safe too assume a cctools version based on the host OS version. The attached patch makes clang_darwin.mk test for the actual ranlib version available.
Comment 1 Vitaly Buka 2018-06-08 13:25:26 PDT
File does not exists. 
If it's still relevant please file code review according to: https://llvm.org/docs/DeveloperPolicy.html#id13