Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144988727
D15003.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
384 B
Referenced Files
None
Subscribers
None
D15003.id.diff
View Options
Index: contrib/llvm/tools/lld/ELF/Arch/X86_64.cpp
===================================================================
--- contrib/llvm/tools/lld/ELF/Arch/X86_64.cpp
+++ contrib/llvm/tools/lld/ELF/Arch/X86_64.cpp
@@ -108,6 +108,8 @@
return R_GOT_PC;
case R_X86_64_NONE:
return R_NONE;
+ case R_X86_64_RELATIVE:
+ return R_HINT;
default:
return R_INVALID;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 15, 7:13 PM (2 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28753094
Default Alt Text
D15003.id.diff (384 B)
Attached To
Mode
D15003: try to fix R_X86_64_RELATIVE handling in lld
Attached
Detach File
Event Timeline
Log In to Comment