mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109949 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d4d188e502
commit
0cd1ee2308
@ -217,7 +217,6 @@ class WindowsX86AsmBackend : public X86AsmBackend {
|
||||
public:
|
||||
WindowsX86AsmBackend(const Target &T)
|
||||
: X86AsmBackend(T) {
|
||||
HasAbsolutizedSet = true;
|
||||
HasScatteredSymbols = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user