clang uses incorrect library order #117967
Labels
backend:Hexagon
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
release:backport
Milestone
When linking programs with
eld
, we get a link error like below:libc has references to the clang_rt builtins library, so the order of the libraries should be reversed.
The text was updated successfully, but these errors were encountered: