Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109439379
D31698.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
712 B
Referenced Files
None
Subscribers
None
D31698.diff
View Options
diff --git a/contrib/llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp b/contrib/llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp
--- a/contrib/llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp
+++ b/contrib/llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp
@@ -1961,7 +1961,8 @@
GlobalVariable::ExternalLinkage, nullptr,
"__stack_chk_guard");
if (TM.getRelocationModel() == Reloc::Static &&
- !TM.getTargetTriple().isWindowsGNUEnvironment())
+ !TM.getTargetTriple().isWindowsGNUEnvironment() &&
+ !(TM.getTargetTriple().isPPC64() && TM.getTargetTriple().isOSFreeBSD()))
GV->setDSOLocal(true);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 2:09 AM (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16485036
Default Alt Text
D31698.diff (712 B)
Attached To
Mode
D31698: powerpc64*: fix for broken binaries generated by llvm12
Attached
Detach File
Event Timeline
Log In to Comment