mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
don't set HasReliableSymbolDifference for ELF.
It is only used in MachObjectWriter.cpp. Another leftover from early days of ELF in MC. llvm-svn: 200895
This commit is contained in:
parent
b12f4f168f
commit
cd26294465
@ -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…
Reference in New Issue
Block a user