mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a93090ccd9
commit
f2eed387d4
@ -152,7 +152,7 @@ SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
|
|||||||
// a mergable string section, or general .data if it contains relocations.
|
// a mergable string section, or general .data if it contains relocations.
|
||||||
if (GVar->isConstant()) {
|
if (GVar->isConstant()) {
|
||||||
// If the initializer for the global contains something that requires a
|
// If the initializer for the global contains something that requires a
|
||||||
// relocation, then we may have to drop this into a wriable data section
|
// relocation, then we may have to drop this into a writable data section
|
||||||
// even though it is marked const.
|
// even though it is marked const.
|
||||||
switch (C->getRelocationInfo()) {
|
switch (C->getRelocationInfo()) {
|
||||||
case Constant::NoRelocation:
|
case Constant::NoRelocation:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user