mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 20:29:30 +00:00
test commit (spelling correction)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224007 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1bf1224a06
commit
f3da1ac5d9
@ -51,7 +51,7 @@ ARMELFObjectWriter::~ARMELFObjectWriter() {}
|
|||||||
|
|
||||||
bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbolData &SD,
|
bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbolData &SD,
|
||||||
unsigned Type) const {
|
unsigned Type) const {
|
||||||
// FIXME: This is extremelly conservative. This really needs to use a
|
// FIXME: This is extremely conservative. This really needs to use a
|
||||||
// whitelist with a clear explanation for why each realocation needs to
|
// whitelist with a clear explanation for why each realocation needs to
|
||||||
// point to the symbol, not to the section.
|
// point to the symbol, not to the section.
|
||||||
switch (Type) {
|
switch (Type) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user