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 46225 - Backport LLD NOLOAD fix for 10.0.1
Summary: Backport LLD NOLOAD fix for 10.0.1
Status: RESOLVED FIXED
Alias: None
Product: lld
Classification: Unclassified
Component: ELF (show other bugs)
Version: unspecified
Hardware: PC Linux
: P enhancement
Assignee: Fangrui Song
URL:
Keywords:
Depends on:
Blocks: release-10.0.1
  Show dependency tree
 
Reported: 2020-06-06 01:42 PDT by Nikita Popov
Modified: 2020-06-16 20:03 PDT (History)
5 users (show)

See Also:
Fixed By Commit(s): fdc41aa22c60958e6b6df461174b814a4aae3384 a85165ccb9cf05a31a9e33defdd9baff5a6d55f7 b980cc1cd3200dbf7603c7dd04335165b7578baa


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Popov 2020-06-06 01:42:08 PDT
Please cherry-pick https://reviews.llvm.org/D76981 into the 10.0.1 release. This seems to be important for embedded rust projects using custom linker scripts and lld.
Comment 1 Fangrui Song 2020-06-07 22:41:28 PDT
Seems fine.
Comment 2 Tom Stellard 2020-06-16 14:08:56 PDT
The test case fails when I backport this, would someone be able to fix up the test case and push it?
Comment 3 Fangrui Song 2020-06-16 19:48:08 PDT
Done