https://llvm.org/bugs/show_bug.cgi?id=29155
Bug ID: 29155
Summary: unnamed_addr not merged correctly
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: ELF
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Given
@foo = weak constant i32 41
and
@foo = unnamed_addr constant i32 42
lld produces
@foo = unnamed_addr constant i32 42
It should have dropped the unnamed_addr.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs