mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
don't set HasReliableSymbolDifference for ELF.
It is only used in MachObjectWriter.cpp. Another leftover from early days of ELF in MC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b03e2929d3
commit
cc94d006f8
@ -347,9 +347,7 @@ class ELFX86AsmBackend : public X86AsmBackend {
|
||||
public:
|
||||
uint8_t OSABI;
|
||||
ELFX86AsmBackend(const Target &T, uint8_t _OSABI, StringRef CPU)
|
||||
: X86AsmBackend(T, CPU), OSABI(_OSABI) {
|
||||
HasReliableSymbolDifference = true;
|
||||
}
|
||||
: X86AsmBackend(T, CPU), OSABI(_OSABI) {}
|
||||
};
|
||||
|
||||
class ELFX86_32AsmBackend : public ELFX86AsmBackend {
|
||||
|
Loading…
x
Reference in New Issue
Block a user