missing runtime libclang_rt.builtins-i386.a when 'clang --rtlib=compiler-rt'
Open
unconfirmed
- Dominant language
- C
- Stars
- 20.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
error: cannot open /usr/lib/clang/11.1.0/lib/linux/libclang_rt.builtins-i386.a: No such file or directory
strangely 'apk add compiler-rt' doesn't provide the file (or maybe not at the right place)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported clang --rtlib=compiler-rt command and inspect how apk add compiler-rt installs files under /usr/lib/clang/11.1.0/lib/linux/. Done means the i386 compiler runtime library is provided at the path clang expects and the command no longer reports it missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, linux
- Domain
- compilers, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100