We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8d388 commit 9395640Copy full SHA for 9395640
llvm/lib/IR/Globals.cpp
@@ -111,7 +111,9 @@ bool GlobalValue::isInterposable() const {
111
112
bool GlobalValue::canBenefitFromLocalAlias() const {
113
if (isTagged()) {
114
- // Cannot create local aliases to MTE tagged globals.
+ // Cannot create local aliases to MTE tagged globals. Th address of a
115
+ // tagged global includes a tag that is assigned by the loader in the
116
+ // GOT.
117
return false;
118
}
119
// See AsmPrinter::getSymbolPreferLocal(). For a deduplicate comdat kind,
0 commit comments